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.
Returns how many test cases.
Runs test. The result is RUNIT::TestResult object to store test result.