Report method
Prints failures to the standard output

Applies to
TTextTestListener

Declaration
Function Report(r :TTestResult): string;

Implementation

function TTextTestListener.Report(r :TTestResult) :string;
begin
    result := PrintHeader(r) +
              PrintErrors(r) +
              PrintFailures(r);
End;


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