Applies toTTestSuite
DeclarationFunction Tests: IInterfaceList;
ReturnsThe contained list of tests, each of type ITest.
See Also
function TTestSuite.Tests: IInterfaceList; begin result := fTests; End;