All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class samples.TestDecorator

java.lang.Object
   |
   +----samples.TestDecorator

public class TestDecorator
extends Object
implements Test
A Decorator for Tests. Use TestDecorator as the base class for defining new test decorators.


Variable Index

 o fTest

Constructor Index

 o TestDecorator(Test)

Method Index

 o countTestCases()
 o run(TestResult)
 o toString()

Variables

 o fTest
 protected Test fTest

Constructors

 o TestDecorator
 public TestDecorator(Test test)

Methods

 o countTestCases
 public int countTestCases()
 o toString
 public String toString()
Overrides:
toString in class Object
 o run
 public void run(TestResult result)

All Packages  Class Hierarchy  This Package  Previous  Next  Index