junit.extensions.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
Summary
Public Constructors
Public Methods
addTest,
addTestSuite,
countTestCases,
createTest,
getName,
getTestConstructor,
run,
runTest,
setName,
testAt,
testCount,
tests,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
ActiveTestSuite(Class theClass)
public
ActiveTestSuite(String name)
Public Methods
public
void
run(TestResult result)
Runs the tests and collects their result in a TestResult.
public
synchronized
void
runFinished(Test test)