public abstract class DynamicTestSuite
extends junit.framework.TestSuite
Modifier and Type | Field and Description |
---|---|
protected MatchAction |
addAllToSuite |
protected ConstraintFactory |
is |
Constructor and Description |
---|
DynamicTestSuite(String name) |
DynamicTestSuite(String name,
Configurator configurator) |
DynamicTestSuite(String name,
Configurator configurator,
String testStructureName) |
Modifier and Type | Method and Description |
---|---|
protected Iterator |
allClasses() |
int |
countTestCases() |
protected CollectionSelector |
forEach(Expression expression) |
void |
run(junit.framework.TestResult result) |
void |
setTestStructureListener(TestStructureListener testStructureListener) |
void |
setTestSuiteListener(TestSuiteListener testSuiteListener) |
protected abstract void |
setupSuite() |
protected final ConstraintFactory is
protected final MatchAction addAllToSuite
public DynamicTestSuite(String name)
public DynamicTestSuite(String name, Configurator configurator)
public DynamicTestSuite(String name, Configurator configurator, String testStructureName)
protected Iterator allClasses()
protected abstract void setupSuite()
protected CollectionSelector forEach(Expression expression)
public void setTestSuiteListener(TestSuiteListener testSuiteListener)
public int countTestCases()
countTestCases
in interface junit.framework.Test
countTestCases
in class junit.framework.TestSuite
public void run(junit.framework.TestResult result)
run
in interface junit.framework.Test
run
in class junit.framework.TestSuite
public void setTestStructureListener(TestStructureListener testStructureListener)
Copyright © 2005-2013 Agical AB. All Rights Reserved.