- new(test, repeat)
-
Creates RepeatedTest object.
RepeatedTest object repeats to run test specified times.
The test argument specifies test to run.
The repeat argument specifies how many times repeat to run test.
- count_test_cases
-
Returns how many test cases.
- run(result)
-
Runs test.
The result is RUNIT::TestResult object to store test result.