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

Applies to
TRepeatedTest

Declaration
Function CountEnabledTestCases: integer;

Returns
Iterations * inherited CountEnabledTestCases

Implementation

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


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