CountEnabledTestCases method

Applies to
TTestDecorator

Declaration
Function CountEnabledTestCases: integer;

Implementation

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


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