Applies toTAbstractTest
DeclarationFunction Tests: IInterfaceList;
See Also
function TAbstractTest.Tests: IInterfaceList; begin if EmptyTestList = nil then EmptyTestList := TInterfaceList.Create; Result := EmptyTestList; End;