TRepeatedTest Object
Methods
A test decorator that runs a test repeatedly.

Unit
TestExtensions

Declaration
TRepeatedTest = class(TTestDecorator)

Description
Use TRepeatedTest to run a given test or suite a specific number of times.

Introduced Methods
CountEnabledTestCases
CountTestCases
Create  Construct decorator that repeats the decorated test.
GetName
RunBare


TRepeatedTest Example

    function UnitTests: ITestSuite;
    begin
      Result := TRepeatedTest.Create(ATestArithmetic.Suite, 10);
    end;


HTML generated by Time2HELP
http://www.time2help.com