|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.extensions.TestDecorator | +--junit.extensions.ActiveTest
A Decorator that runs a test in a separate thread.
Constructor Summary | |
ActiveTest(Test test)
|
Method Summary | |
void |
run(TestResult result)
|
java.lang.String |
toString()
|
Methods inherited from class junit.extensions.TestDecorator |
basicRun,
countTestCases |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public ActiveTest(Test test)
Method Detail |
public void run(TestResult result)
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |