Modifier and Type | Field and Description |
---|---|
private int |
fActiveTestDeathCount |
Constructor and Description |
---|
ActiveTestSuite() |
ActiveTestSuite(java.lang.Class<? extends TestCase> theClass) |
ActiveTestSuite(java.lang.Class<? extends TestCase> theClass,
java.lang.String name) |
ActiveTestSuite(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
run(TestResult result)
Runs the tests and collects their result in a TestResult.
|
void |
runFinished() |
void |
runTest(Test test,
TestResult result) |
(package private) void |
waitUntilFinished() |
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, setName, testAt, testCount, tests, toString, warning
public ActiveTestSuite()
public ActiveTestSuite(java.lang.Class<? extends TestCase> theClass)
public ActiveTestSuite(java.lang.String name)
public ActiveTestSuite(java.lang.Class<? extends TestCase> theClass, java.lang.String name)
public void run(TestResult result)
TestSuite
public void runTest(Test test, TestResult result)
void waitUntilFinished()
public void runFinished()