Run method
Makes the given testResult run this test.

Applies to
TTestCase

Declaration
Procedure Run(testResult: TTestResult);

Parameters
testResult Where test results will be accumulated.

Implementation

procedure TTestCase.Run(testResult: TTestResult);
begin
  testResult.RunSuite(self);
End;


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