java.lang.Object | +--junit.framework.Assert | +--junit.extensions.TestDecoratorAll Implemented Interfaces:
A Decorator for Tests. |
TestDecorator(Test test) |
void | basicRun(TestResult result) The basic run behaviour. |
int | |
getTest() | |
void | run(TestResult result) |
String | toString() |
protected Test fTest
public TestDecorator(Test test)
public void basicRun(TestResult result)
public int countTestCases()
public Test getTest()
public void run(TestResult result)
public String toString()