Tests method
Returns the list of tests contained in this suite

Applies to
TTestSuite

Declaration
Function Tests: IInterfaceList;

Returns
The contained list of tests, each of type ITest.

See Also

Implementation

function TTestSuite.Tests: IInterfaceList;
begin
  result := fTests;
End;


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