RUNIT::EXT::RepeatedTest class

SuperClass:

included Modules:

Class Methods:

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.

Methods:

count_test_cases

Returns how many test cases.

run(result)

Runs test. The result is RUNIT::TestResult object to store test result.