FailureCount method
Gets the number of detected failures.

Applies to
TTestResult

Declaration
Function FailureCount: integer;

Implementation

function TTestResult.FailureCount: integer;
begin
  assert(assigned(fFailures));

  result := fFailures.count;
End;


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