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

Packages that use TestHostException
com.togethersoft.testing.host 

Uses of TestHostException in com.togethersoft.testing.host
 

Methods in com.togethersoft.testing.host that throw TestHostException
ISuiteEntryISuiteEntry.copy()
          Copies this entry to the clipboard
ISuiteEntryISuiteEntry.cut()
          Removes this entry a puts it in the clipboard
voidISuiteEntry.delete()
          Deletes this entry
voidISuiteEntry.setName(String name)
          Sets the of this entry
ITaskITarget.paste(ITask task, ISuiteEntry anchor, boolean before)
          Pastes a task into this target
ITestAssetROITestAsset.copy()
          Creates a copy of asset.
ITestAssetROITestAsset.cut()
          Cuts element from model.
booleanITestAsset.delete()
          Deletes element from collection.
voidITestAsset.setName(String name)
          
voidITestCollection.delete(ITestAsset asset)
          removes an asset identified by ITestAsset asset from test collection
ITestAssetITestCollection.paste(ITestAssetRO asset)
          Pastes asset into test collection.
IAssertionITestHost.createAsserion(String assertionType)
          Creates new assertion if given type.
ITestAssetReferenceITestHost.createReference(ITestAssetRO asset)
          Creates a new reference to be pasted into some target.
ITestCollectionITestHost.createTestCollection(String name)
          Create test collection.
ITestResultAssetITestHost.createTestResult(String name)
          Create test result.
booleanITestHost.run(ITestAsset asset, ITestResultAsset result)
          
booleanITestHost.runSuite(ITestSuite suite, ITestResultAsset result, String[] target)
          
ITargetITestSuite.paste(ITarget target, ISuiteEntry anchor, boolean before)
          Pastes a target into the suite