Class ActiveTestSuite
java.lang.Object
junit.framework.TestSuite
junit.extensions.ActiveTestSuite
- All Implemented Interfaces:
Test
A TestSuite for active Tests. It runs each
test in a separate thread and waits until all
threads have terminated.
-- Aarhus Radisson Scandinavian Center 11th floor
-
Constructor Summary
ConstructorsConstructorDescriptionActiveTestSuite(Class<? extends TestCase> theClass) ActiveTestSuite(Class<? extends TestCase> theClass, String name) ActiveTestSuite(String name) -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(TestResult result) Runs the tests and collects their result in a TestResult.voidvoidrunTest(Test test, TestResult result) Methods inherited from class TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, setName, testAt, testCount, tests, toString, warning