org.gmetrics.ant
Class GMetricsTaskTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by groovy.util.GroovyTestCase
              extended by org.gmetrics.test.AbstractTestCase
                  extended by org.gmetrics.ant.GMetricsTaskTest
All Implemented Interfaces:
groovy.lang.GroovyObject, junit.framework.Test

public class GMetricsTaskTest
extends AbstractTestCase
implements groovy.lang.GroovyObject


Field Summary
 
Fields inherited from class groovy.util.GroovyTestCase
log, TEST_SCRIPT_NAME_PREFIX
 
Constructor Summary
GMetricsTaskTest()
           
 
Method Summary
 groovy.lang.MetaClass getMetaClass()
           
 java.lang.Object getProperty(java.lang.String property)
           
 java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments)
           
 void setMetaClass(groovy.lang.MetaClass mc)
           
 void setProperty(java.lang.String property, java.lang.Object value)
           
 void setUp()
           
 void testAddConfiguredReport_AddsToReportWriters()
           
 void testAddConfiguredReport_ReportOptionsSetPropertiesOnReportWriter()
           
 void testAddConfiguredReport_ThrowsExceptionForInvalidReportType()
           
 void testAddConfiguredReport_ThrowsExceptionForMissingReportType()
           
 void testAddConfiguredReport_Twice_AddsToReportWriters()
           
 void testAddFileSet_AddsToFileSets()
           
 void testAddFileSet_ThrowsExceptionIfFileSetIsNull()
           
 void testExecute_CreatesConfiguresAndExecutesGMetricsRunner()
           
 void testExecute_MetricSetFileNotFound_ThrowsException()
           
 void testExecute_NullFileSet()
           
 void testExecute_UsesConfiguredMetricSetFile()
           
 
Methods inherited from class org.gmetrics.test.AbstractTestCase
assertBothAreFalseOrElseNeitherIs, assertContainsAll, assertContainsAllInOrder, assertEqualSets, captureLog4JMessages, captureSystemOut, classResultsNode, classResultsNode, containsAll, isNotGroovy15, log, methodResultsNode, packageResultsNode, packageResultsNode, scale, scale, shouldFailWithMessageContaining
 
Methods inherited from class groovy.util.GroovyTestCase
assertArrayEquals, assertContains, assertContains, assertEquals, assertEquals, assertEquals, assertInspect, assertLength, assertLength, assertLength, assertScript, assertToString, fixEOLs, getMethodName, getName, getTestClassName, notYetImplemented, notYetImplemented, shouldFail, shouldFail, shouldFailWithCause
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GMetricsTaskTest

public GMetricsTaskTest()
Method Detail

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject
Overrides:
getMetaClass in class AbstractTestCase

setMetaClass

public void setMetaClass(groovy.lang.MetaClass mc)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject
Overrides:
setMetaClass in class AbstractTestCase

invokeMethod

public java.lang.Object invokeMethod(java.lang.String method,
                                     java.lang.Object arguments)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject
Overrides:
invokeMethod in class AbstractTestCase

getProperty

public java.lang.Object getProperty(java.lang.String property)
Specified by:
getProperty in interface groovy.lang.GroovyObject
Overrides:
getProperty in class AbstractTestCase

setProperty

public void setProperty(java.lang.String property,
                        java.lang.Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject
Overrides:
setProperty in class AbstractTestCase

setUp

public void setUp()
Overrides:
setUp in class AbstractTestCase

testExecute_NullFileSet

public void testExecute_NullFileSet()

testExecute_CreatesConfiguresAndExecutesGMetricsRunner

public void testExecute_CreatesConfiguresAndExecutesGMetricsRunner()

testExecute_UsesConfiguredMetricSetFile

public void testExecute_UsesConfiguredMetricSetFile()

testExecute_MetricSetFileNotFound_ThrowsException

public void testExecute_MetricSetFileNotFound_ThrowsException()

testAddConfiguredReport_AddsToReportWriters

public void testAddConfiguredReport_AddsToReportWriters()

testAddConfiguredReport_Twice_AddsToReportWriters

public void testAddConfiguredReport_Twice_AddsToReportWriters()

testAddConfiguredReport_ReportOptionsSetPropertiesOnReportWriter

public void testAddConfiguredReport_ReportOptionsSetPropertiesOnReportWriter()

testAddConfiguredReport_ThrowsExceptionForInvalidReportType

public void testAddConfiguredReport_ThrowsExceptionForInvalidReportType()

testAddConfiguredReport_ThrowsExceptionForMissingReportType

public void testAddConfiguredReport_ThrowsExceptionForMissingReportType()

testAddFileSet_ThrowsExceptionIfFileSetIsNull

public void testAddFileSet_ThrowsExceptionIfFileSetIsNull()

testAddFileSet_AddsToFileSets

public void testAddFileSet_AddsToFileSets()


Copyright © 2012. All Rights Reserved.