AddError method

Applies to
TTextTestListener

Declaration
Procedure AddError(error: TTestFailure);

Implementation

procedure TTextTestListener.AddError( error :TTestFailure);
begin
    write('E');
End;


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