Uses of Class
com.togethersoft.testing.shared.ITestAssetRO

Packages that use ITestAssetRO
com.togethersoft.testing.host 
com.togethersoft.testing.shared 
com.togethersoft.testing.testserver 
com.togethersoft.testing.testserver.plugin.visualtest 

Uses of ITestAssetRO in com.togethersoft.testing.host
 

Subinterfaces of ITestAssetRO in com.togethersoft.testing.host
interface ITestAsset
          Represents a test asset - collection of tests, test step or test suite.
 

Methods in com.togethersoft.testing.host that return ITestAssetRO
ITestAssetROITestAsset.copy()
          Creates a copy of asset.
ITestAssetROITestAsset.cut()
          Cuts element from model.
ITestAssetROITestAssetFactory.createAsset()
          Creates a new test asset.
ITestAssetROITestAssetFactory.createAsset(ITestAssetRO asset, ITestCollection collection)
          Creates a copy of asset in specified test collection
 

Methods in com.togethersoft.testing.host with parameters of type ITestAssetRO
ITestAssetROITestAssetFactory.createAsset(ITestAssetRO asset, ITestCollection collection)
          Creates a copy of asset in specified test collection
ITestAssetITestCollection.paste(ITestAssetRO asset)
          Pastes asset into test collection.
ITestAssetReferenceITestHost.createReference(ITestAssetRO asset)
          Creates a new reference to be pasted into some target.
 

Uses of ITestAssetRO in com.togethersoft.testing.shared
 

Constructors in com.togethersoft.testing.shared with parameters of type ITestAssetRO
ServerURL.ServerURL(ITestAssetRO asset, String refid)
          Creates a new server URL for given asset and reference id.
ServerURL.ServerURL(ITestAssetRO asset)
          Creates new server URL for given asset
 

Uses of ITestAssetRO in com.togethersoft.testing.testserver
 

Subinterfaces of ITestAssetRO in com.togethersoft.testing.testserver
interface ITestServerAsset
          Represents test asset in test server
 

Uses of ITestAssetRO in com.togethersoft.testing.testserver.plugin.visualtest
 

Fields in com.togethersoft.testing.testserver.plugin.visualtest declared as ITestAssetRO
private ITestAssetROTestBase.myAsset
          
 

Methods in com.togethersoft.testing.testserver.plugin.visualtest with parameters of type ITestAssetRO
voidTestBase.setAsset(ITestAssetRO asset)