ErrorCount method
Gets the number of detected errors.

Applies to
TTestResult

Declaration
Function ErrorCount: integer;

Implementation

function TTestResult.ErrorCount: integer;
begin
  assert(assigned(fErrors));

  result := fErrors.count;
End;


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