org.gmetrics.report
Class SingleSeriesCriteriaFilterTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
groovy.util.GroovyTestCase
org.gmetrics.test.AbstractTestCase
org.gmetrics.report.SingleSeriesCriteriaFilterTest
- All Implemented Interfaces:
- groovy.lang.GroovyObject, junit.framework.Test
public class SingleSeriesCriteriaFilterTest
- extends AbstractTestCase
- implements groovy.lang.GroovyObject
Fields inherited from class groovy.util.GroovyTestCase |
log, TEST_SCRIPT_NAME_PREFIX |
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 |
SingleSeriesCriteriaFilterTest
public SingleSeriesCriteriaFilterTest()
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
testBuildSeriesData_Method
public void testBuildSeriesData_Method()
testBuildSeriesData_Class
public void testBuildSeriesData_Class()
testBuildSeriesData_Package
public void testBuildSeriesData_Package()
testBuildSeriesData_Sort_Descending
public void testBuildSeriesData_Sort_Descending()
testBuildSeriesData_Sort_Ascending_Integer
public void testBuildSeriesData_Sort_Ascending_Integer()
testBuildSeriesData_Sort_Descending_BigDecimal
public void testBuildSeriesData_Sort_Descending_BigDecimal()
testBuildSeriesData_Sort_NullOrEmpty
public void testBuildSeriesData_Sort_NullOrEmpty()
testBuildSeriesData_InvalidSortValue_ThrowsException
public void testBuildSeriesData_InvalidSortValue_ThrowsException()
testBuildSeriesData_MaxResults_Sort
public void testBuildSeriesData_MaxResults_Sort()
testBuildSeriesData_MaxResults_MaxResultsLargerThanResultsSize
public void testBuildSeriesData_MaxResults_MaxResultsLargerThanResultsSize()
testBuildSeriesData_MaxResults_ZeroNullOrEmpty_NoLimit
public void testBuildSeriesData_MaxResults_ZeroNullOrEmpty_NoLimit()
testBuildSeriesData_InvalidMaxResults_ThrowsException
public void testBuildSeriesData_InvalidMaxResults_ThrowsException()
testBuildSeriesData_GreaterThan_Integer
public void testBuildSeriesData_GreaterThan_Integer()
testBuildSeriesData_GreaterThan_BigDecimal
public void testBuildSeriesData_GreaterThan_BigDecimal()
testBuildSeriesData_GreaterThan_LargerThanAllValues
public void testBuildSeriesData_GreaterThan_LargerThanAllValues()
testBuildSeriesData_GreaterThan_LessThanThanAllValues
public void testBuildSeriesData_GreaterThan_LessThanThanAllValues()
testBuildSeriesData_GreaterThan_NullOrEmpty
public void testBuildSeriesData_GreaterThan_NullOrEmpty()
testBuildSeriesData_InvalidGreaterThan_ThrowsException
public void testBuildSeriesData_InvalidGreaterThan_ThrowsException()
testBuildSeriesData_LessThan_Integer
public void testBuildSeriesData_LessThan_Integer()
testBuildSeriesData_LessThan_BigDecimal
public void testBuildSeriesData_LessThan_BigDecimal()
testBuildSeriesData_LessThan_SmallerThanAllValues
public void testBuildSeriesData_LessThan_SmallerThanAllValues()
testBuildSeriesData_LessThan_GreaterThanThanAllValues
public void testBuildSeriesData_LessThan_GreaterThanThanAllValues()
testBuildSeriesData_LessThan_NullOrEmpty
public void testBuildSeriesData_LessThan_NullOrEmpty()
testBuildSeriesData_InvalidLessThan_ThrowsException
public void testBuildSeriesData_InvalidLessThan_ThrowsException()
testBuildSeriesData_LessThan_AndGreaterThan
public void testBuildSeriesData_LessThan_AndGreaterThan()
testBuildSeriesData_NoSuchMetric_ThrowsException
public void testBuildSeriesData_NoSuchMetric_ThrowsException()
testBuildSeriesData_NoSuchLevel
public void testBuildSeriesData_NoSuchLevel()
testBuildSeriesData_NoSuchFunction
public void testBuildSeriesData_NoSuchFunction()
testBuildSeriesData_NullOrEmptyLevel_ThrowsException
public void testBuildSeriesData_NullOrEmptyLevel_ThrowsException()
testBuildSeriesData_NullOrEmptyMetric_ThrowsException
public void testBuildSeriesData_NullOrEmptyMetric_ThrowsException()
testBuildSeriesData_NullOrEmptyFunction_ThrowsException
public void testBuildSeriesData_NullOrEmptyFunction_ThrowsException()
setUp
public void setUp()
- Overrides:
setUp
in class AbstractTestCase
Copyright © 2012. All Rights Reserved.