JsUnit |
A Decorator that runs a test repeatedly. More...
Public Member Functions | |
void | RepeatedTest (Test test, Number repeat) |
Constructor. More... | |
Public Member Functions inherited from TestDecorator | |
void | TestDecorator (Test test) |
Constructor. More... | |
Public Member Functions inherited from Assert | |
void | Assert () |
Public Attributes | |
int | mTimesRepeat |
Public Attributes inherited from TestDecorator | |
int | mTest |
Additional Inherited Members | |
Protected Member Functions inherited from Test | |
virtual void | Test () |
virtual String | getName () |
Retrieves the name of the test. More... | |
virtual Test | findTest (String testName) |
Search a test by name. More... | |
virtual void | setName (String testName) |
Sets the name of the test. More... | |
virtual Number | countTestCases () |
Counts the number of test cases that will be run by this test. More... | |
virtual TestResult | run (TestResult result) |
Runs the test. More... | |
A Decorator that runs a test repeatedly.
void RepeatedTest::RepeatedTest | ( | Test | test, |
Number | repeat | ||
) |
Constructor.
test | The test to repeat. |
repeat | The number of repeats. |
int RepeatedTest::mTimesRepeat |
JsUnit © 1999, 2000, 2001, 2002, 2003, 2006, 2007 by Jörg Schaible
|
Generated on Wed Apr 15 2015 02:33:07 for JsUnit by doxygen 1.8.5
|