Uses of Class
com.togethersoft.testing.host.ITestSuite

Packages that use ITestSuite
com.togethersoft.testing.host 

Uses of ITestSuite in com.togethersoft.testing.host
 

Methods in com.togethersoft.testing.host that return ITestSuite
ITestSuiteISuiteEntry.getContainingSuite()
          Returns the suite that contains this entry
 

Methods in com.togethersoft.testing.host with parameters of type ITestSuite
booleanITestHost.runSuite(ITestSuite suite, ITestResultAsset result, String[] target)