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

Packages that use ITestAsset
com.togethersoft.testing.host 

Uses of ITestAsset in com.togethersoft.testing.host
 

Subinterfaces of ITestAsset in com.togethersoft.testing.host
interface ITestCollection
          Represents a storage of test assets - a directory on disk
interface ITestResultAsset
          Represents file with testing results
interface ITestStep
          Represents single step of testing - a JUnit test for instance
 

Methods in com.togethersoft.testing.host that return ITestAsset
ITestAssetITestCollection.getChildAt(int index)
          Returns the child at given index
ITestAssetITestCollection.paste(ITestAssetRO asset)
          Pastes asset into test collection.
 

Methods in com.togethersoft.testing.host with parameters of type ITestAsset
voidITestCollection.delete(ITestAsset asset)
          removes an asset identified by ITestAsset asset from test collection
booleanITestHost.run(ITestAsset asset, ITestResultAsset result)