StopTests method
Stops testing.

Applies to
TTestCase

Declaration
Procedure StopTests(msg :String = '');

Description
Throws EStopTestsFailure to Stop further testing.

Parameters
msg An optional message to attach to the thrown exception.

Raises
EStopTestsFailure 

See Also

Implementation

procedure TTestCase.StopTests(msg :String);
begin
  raise EStopTestsFailure.Create(msg);
End;


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