All Packages Class Hierarchy This Package Previous Next Index
Class junit.extensions.TestDecorator
java.lang.Object
|
+----junit.extensions.TestDecorator
- public class TestDecorator
- extends Object
- implements Test
A Decorator for Tests. Use TestDecorator as the base class
for defining new test decorators. Test decorator subclasses
can be introduced to add behaviour before or after a test
is run.
-
fTest
-
-
TestDecorator(Test)
-
-
countTestCases()
-
-
run(TestResult)
-
-
toString()
-
fTest
protected Test fTest
TestDecorator
public TestDecorator(Test test)
countTestCases
public int countTestCases()
run
public void run(TestResult result)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index