junit.extensions

Class RepeatedTest

public class RepeatedTest extends TestDecorator

A Decorator that runs a test repeatedly.
Constructor Summary
RepeatedTest(Test test, int repeat)

Constructor Detail

RepeatedTest

public RepeatedTest(Test test, int repeat)