Create method
construct a TTestCase.

Applies to
TTestResult

Declaration
Constructor Create;

Implementation

constructor TTestResult.Create;
begin
  inherited Create;
  fFailures := TList.Create;
  fErrors := TList.Create;
  fListeners := TInterfaceList.Create;
  fRunTests := 0;
  fStop := false;
End;


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