All Packages Class Hierarchy This Package Previous Next Index
Class samples.ActiveTest
java.lang.Object
|
+----samples.TestDecorator
|
+----samples.ActiveTest
- public class ActiveTest
- extends TestDecorator
A Decorator that runs a test in a separate thread.
-
ActiveTest(Test)
-
-
run(TestResult)
-
-
toString()
-
ActiveTest
public ActiveTest(Test test)
toString
public String toString()
- Overrides:
- toString in class TestDecorator
run
public void run(TestResult result)
- Overrides:
- run in class TestDecorator
All Packages Class Hierarchy This Package Previous Next Index