| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ITestCollectionRepresents a storage of test assets - a directory on disk |
interface | ITestResultAssetRepresents file with testing results |
interface | ITestStepRepresents single step of testing - a JUnit test for instance |
| Methods in com.togethersoft.testing.host that return ITestAsset | |
ITestAsset | ITestCollection.getChildAt(int index)Returns the child at given index |
ITestAsset | ITestCollection.paste(ITestAssetRO asset)Pastes asset into test collection. |
| Methods in com.togethersoft.testing.host with parameters of type ITestAsset | |
void | ITestCollection.delete(ITestAsset asset)removes an asset identified by ITestAsset asset from test collection |
boolean | ITestHost.run(ITestAsset asset, ITestResultAsset result) |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||