All Packages Class Hierarchy This Package Previous Next Index
Class samples.RepeatedTest
java.lang.Object
|
+----samples.TestDecorator
|
+----samples.RepeatedTest
- public class RepeatedTest
- extends TestDecorator
A Decorator that runs a test repeatedly.
-
RepeatedTest(Test, int)
-
-
countTestCases()
-
-
run(TestResult)
-
-
toString()
-
RepeatedTest
public RepeatedTest(Test test,
int repeat)
countTestCases
public int countTestCases()
- Overrides:
- countTestCases in class TestDecorator
toString
public String toString()
- Overrides:
- toString in class TestDecorator
run
public void run(TestResult result)
- Overrides:
- run in class TestDecorator
All Packages Class Hierarchy This Package Previous Next Index