junit.extensions
Class RepeatedTest

java.lang.Object
  extended by TestDecorator
      extended by junit.extensions.RepeatedTest

public class RepeatedTest
extends TestDecorator

A Decorator that runs a test repeatedly.


Constructor Summary
RepeatedTest(Test test, int repeat)
           
 
Method Summary
 int countTestCases()
           
 void run(TestResult result)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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()