Create method

Applies to
TGUITestRunner

Declaration
Constructor Create(AOwner: TComponent);

Implementation

constructor TGUITestRunner.Create(AOwner: TComponent);
begin
  inherited Create(AOwner);
  LoadConfiguration;
  FTests := TInterfaceList.Create;
End;


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