CountTestCases method

Applies to
TTestDecorator

Declaration
Function CountTestCases: integer;

Implementation

function TTestDecorator.CountTestCases: integer;
begin
  if Enabled then
    Result := FTest.countTestCases
  else
    Result := 0;
End;


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