junit.extensions
public class TestDecorator extends Assert implements Test
| Field Summary | |
|---|---|
| protected Test | fTest |
| Constructor Summary | |
|---|---|
| TestDecorator(Test test) | |
| Method Summary | |
|---|---|
| void | basicRun(TestResult result)
The basic run behaviour. |
| int | countTestCases() |
| Test | getTest() |
| void | run(TestResult result) |
| String | toString() |