WasSuccessful method
Returns whether the entire test was successful or not.

Applies to
TTestResult

Declaration
Function WasSuccessful: boolean;

Implementation

function TTestResult.WasSuccessful: boolean;
begin
  result := (FailureCount = 0) and (ErrorCount() = 0) and not WasStopped;
End;


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