Applies toTTestSuite
DeclarationConstructor Create;
DescriptionConstructs an empty TestSuite with the same name as the class. Implementation
constructor TTestSuite.Create; begin self.Create(self.ClassName); End;