AddSuite method
Adds a test suite to the suite.

Applies to
TTestSuite

Declaration
Procedure AddSuite(suite : ITestSuite);

Parameters
suite The suite to add.

Implementation

procedure TTestSuite.AddSuite(suite: ITestSuite);
begin
  AddTest(suite);
End;


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