| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ITestAssetRepresents a test asset - collection of tests, test step or test suite. |
| Methods in com.togethersoft.testing.host that return ITestAssetRO | |
ITestAssetRO | ITestAsset.copy()Creates a copy of asset. |
ITestAssetRO | ITestAsset.cut()Cuts element from model. |
ITestAssetRO | ITestAssetFactory.createAsset()Creates a new test asset. |
ITestAssetRO | ITestAssetFactory.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 | |
ITestAssetRO | ITestAssetFactory.createAsset(ITestAssetRO asset, ITestCollection collection)Creates a copy of asset in specified test collection |
ITestAsset | ITestCollection.paste(ITestAssetRO asset)Pastes asset into test collection. |
ITestAssetReference | ITestHost.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 | ITestServerAssetRepresents 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 ITestAssetRO | TestBase.myAsset |
| Methods in com.togethersoft.testing.testserver.plugin.visualtest with parameters of type ITestAssetRO | |
void | TestBase.setAsset(ITestAssetRO asset) |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||