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; |
|