AddTest method
Add a test to the suite.

Applies to
TTestSuite

Declaration
Procedure AddTest(ATest: ITest);

Parameters
ATest The test to add.

Implementation

procedure TTestSuite.AddTest(ATest: ITest);
begin
  Assert(Assigned(ATest));

  fTests.Add(ATest);
End;


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