Tests method
The list of contained tests.

Applies to
TAbstractTest

Declaration
Function Tests: IInterfaceList;

See Also

Implementation

function TAbstractTest.Tests: IInterfaceList;
begin
   if EmptyTestList = nil then
     EmptyTestList := TInterfaceList.Create;
   Result := EmptyTestList;
End;


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