java.lang.Object
|
+--junit.framework.Assert
|
+--junit.extensions.TestDecorator
|
+--junit.extensions.RepeatedTest
RepeatedTest(Test test, int repeat) |
int | |
void | run(TestResult result) |
String | toString() |
public RepeatedTest(Test test, int repeat)
public int countTestCases()
public void run(TestResult result)
public String toString()