RUNIT::EXT::RepeatedTest class

SuperClass:

Object

included Modules:

RUNIT::EXT::TestDecorator

Class Methods:

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.

Methods:

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.