junit.extensions
Class ActiveTestSuite
java.lang.Object
   junit.framework.TestSuite
junit.framework.TestSuite
       junit.extensions.ActiveTestSuite
junit.extensions.ActiveTestSuite
- All Implemented Interfaces: 
- Test
- public class ActiveTestSuite- extends TestSuite
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
 
 
| Methods inherited from class junit.framework.TestSuite | 
| addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, setName, testAt, testCount, tests, toString, warning | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
ActiveTestSuite
public ActiveTestSuite()
ActiveTestSuite
public ActiveTestSuite(java.lang.Class theClass)
ActiveTestSuite
public ActiveTestSuite(java.lang.String name)
ActiveTestSuite
public ActiveTestSuite(java.lang.Class theClass,
                       java.lang.String name)
run
public void run(TestResult result)
- Description copied from class: TestSuite
- Runs the tests and collects their result in a TestResult.
 
- 
- Specified by:
- runin interface- Test
- Overrides:
- runin class- TestSuite
 
- 
 
runTest
public void runTest(Test test,
                    TestResult result)
- 
- Overrides:
- runTestin class- TestSuite
 
- 
 
runFinished
public void runFinished()
-