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.


Fields inherited from class junit.extensions.TestDecorator
fTest
 
Constructor Summary
ActiveTest(Test test)
           
 
Method Summary
 void run(TestResult result)
          Runs a test and collects its result in a TestResult instance.
 java.lang.String toString()
           
 
Methods inherited from class junit.extensions.TestDecorator
basicRun, countTestCases
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActiveTest

public ActiveTest(Test test)
Method Detail

run

public void run(TestResult result)
Description copied from interface: Test
Runs a test and collects its result in a TestResult instance.
Overrides:
run in class TestDecorator

toString

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