junit.extensions
Class ActiveTest

java.lang.Object
  |
  +--junit.extensions.TestDecorator
        |
        +--junit.extensions.ActiveTest

public class ActiveTest
extends TestDecorator

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

ActiveTest

public ActiveTest(Test test)
Method Detail

run

public void run(TestResult result)
Overrides:
run in class TestDecorator

toString

public java.lang.String toString()
Overrides:
toString in class TestDecorator