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