|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.TestSuite | +--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
Constructor Summary | |
ActiveTestSuite()
|
Method Summary | |
void |
run(TestResult result)
Runs the tests and collects their result in a TestResult. |
void |
runFinished(Test test)
|
void |
runTest(Test test,
TestResult result)
|
Methods inherited from class junit.framework.TestSuite |
addTest, addTestSuite, countTestCases, getName, setName, testAt, testCount, tests, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ActiveTestSuite()
Method Detail |
public void run(TestResult result)
TestSuite
run
in class TestSuite
public void runTest(Test test, TestResult result)
runTest
in class TestSuite
public void runFinished(Test test)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |