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.


Constructor Index

 o ActiveTest(Test)

Method Index

 o run(TestResult)
 o toString()

Constructors

 o ActiveTest
 public ActiveTest(Test test)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index