CountTestCases method
Overrides the inherited behavior to included the number of repetitions.

Applies to
TRepeatedTest

Declaration
Function CountTestCases: integer;

Returns
Iterations * inherited CountTestCases

Implementation

function TRepeatedTest.CountTestCases: integer;
begin
  Result := inherited CountTestCases * FTimesRepeat;
End;


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