Suite method |
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
function TTestCase.Suite: ITestSuite; begin Result := TestSuiteOf(Self); End; |
|