junit.extensions
Class ActiveTestSuite
- Test
public class ActiveTestSuite
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
addTest , addTestSuite , countTestCases , createTest , getName , getTestConstructor , run , runTest , setName , testAt , testCount , tests , toString |
ActiveTestSuite
public ActiveTestSuite()
Constructs an empty TestSuite.
ActiveTestSuite
public ActiveTestSuite(Class theClass)
Constructs a TestSuite from the given class. Adds all the methods
starting with "test" as test cases to the suite.
Parts of this method was written at 2337 meters in the H?ffih?tte,
Kanton Uri
ActiveTestSuite
public ActiveTestSuite(Class theClass,
String name)
Constructs a TestSuite from the given class with the given name.
ActiveTestSuite
public ActiveTestSuite(String name)
Constructs an empty TestSuite.
runFinished
public void runFinished(Test test)