Suite method
Create a test suite.

Applies to
TTestCase

Declaration
Class function Suite: ITestSuite;

Description
Creates a test suite composed of the published methods in the current TTestCase class.

See Also

Implementation

function TTestCase.Suite: ITestSuite;
begin
  Result := TestSuiteOf(Self);
End;


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