com.agical.rmock.extension.junit
Class DynamicTestSuite
java.lang.Object
junit.framework.TestSuite
com.agical.rmock.extension.junit.DynamicTestSuite
- All Implemented Interfaces:
- junit.framework.Test
- Direct Known Subclasses:
- TDDocTestSuite
public abstract class DynamicTestSuite
- extends junit.framework.TestSuite
Methods inherited from class junit.framework.TestSuite |
addTest, addTestSuite, createTest, getName, getTestConstructor, runTest, setName, testAt, testCount, tests, toString, warning |
is
protected final ConstraintFactory is
addAllToSuite
protected final MatchAction addAllToSuite
DynamicTestSuite
public DynamicTestSuite(String name)
DynamicTestSuite
public DynamicTestSuite(String name,
Configurator configurator)
DynamicTestSuite
public DynamicTestSuite(String name,
Configurator configurator,
String testStructureName)
allClasses
protected Iterator allClasses()
setupSuite
protected abstract void setupSuite()
forEach
protected CollectionSelector forEach(Expression expression)
setTestSuiteListener
public void setTestSuiteListener(TestSuiteListener testSuiteListener)
countTestCases
public int countTestCases()
- Specified by:
countTestCases
in interface junit.framework.Test
- Overrides:
countTestCases
in class junit.framework.TestSuite
run
public void run(junit.framework.TestResult result)
- Specified by:
run
in interface junit.framework.Test
- Overrides:
run
in class junit.framework.TestSuite
setTestStructureListener
public void setTestStructureListener(TestStructureListener testStructureListener)
Copyright © 2005-2011 Agical AB. All Rights Reserved.