Object
RUNIT::EXT::RepeatedTest.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.
RUNIT::EXT::RepeatedTest#count_test_cases
Returns how many test cases.
RUNIT::EXT::RepeatedTest#run(result)
Runs test. The result is RUNIT::TestResult object to store test result.