junit.extensions

Class RepeatedTest

public class RepeatedTest extends TestDecorator

A Decorator that runs a test repeatedly.
Constructor Summary
RepeatedTest(Test test, int repeat)
Method Summary
intcountTestCases()
voidrun(TestResult result)
StringtoString()

Constructor Detail

RepeatedTest

public RepeatedTest(Test test, int repeat)

Method Detail

countTestCases

public int countTestCases()

run

public void run(TestResult result)

toString

public String toString()