CountTestCases method
Count contained tests.

Applies to
TAbstractTest

Declaration
Function CountTestCases: integer;

Implementation

function TAbstractTest.CountTestCases: integer;
begin
  Result := 1;
End;


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