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

Packages that use ITestCollection
com.togethersoft.testing.host 

Uses of ITestCollection in com.togethersoft.testing.host
 

Methods in com.togethersoft.testing.host that return ITestCollection
ITestCollectionITestAsset.getParent()
          
ITestCollectionITestHost.createTestCollection(String name)
          Create test collection.
ITestCollectionITestHost.getResultCollection()
          Returns ITestCollection containing test results.
ITestCollectionITestProject.getCollection(String location)
          
ITestCollection[]ITestProject.getProjectRoots()
          Returns an array of project roots (test collections)
 

Methods in com.togethersoft.testing.host with parameters of type ITestCollection
ITestAssetROITestAssetFactory.createAsset(ITestAssetRO asset, ITestCollection collection)
          Creates a copy of asset in specified test collection
IElementROITestHost.find(ITestCollection collection, String refid)