Create method
Constructs an empty TestSuite.

Applies to
TTestSuite

Declaration
Constructor Create;

Description
Constructs an empty TestSuite with the same name as the class.

Implementation

constructor TTestSuite.Create;
begin
  self.Create(self.ClassName);
End;


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