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.


Constructor Index

 o RepeatedTest(Test, int)

Method Index

 o countTestCases()
 o run(TestResult)
 o toString()

Constructors

 o RepeatedTest
 public RepeatedTest(Test test,
                     int repeat)

Methods

 o countTestCases
 public int countTestCases()
Overrides:
countTestCases in class TestDecorator
 o toString
 public String toString()
Overrides:
toString in class TestDecorator
 o run
 public void run(TestResult result)
Overrides:
run in class TestDecorator

All Packages  Class Hierarchy  This Package  Previous  Next  Index