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

Packages that use ISuiteEntry
com.togethersoft.testing.host 

Uses of ISuiteEntry in com.togethersoft.testing.host
 

Subinterfaces of ISuiteEntry in com.togethersoft.testing.host
interface ITarget
          Represents a target in test suite.
interface ITask
          Represents a task in test suite - assertion or reference to test step (suite).
 

Methods in com.togethersoft.testing.host that return ISuiteEntry
ISuiteEntryISuiteEntry.copy()
          Copies this entry to the clipboard
ISuiteEntryISuiteEntry.cut()
          Removes this entry a puts it in the clipboard
 

Methods in com.togethersoft.testing.host with parameters of type ISuiteEntry
ITaskITarget.paste(ITask task, ISuiteEntry anchor, boolean before)
          Pastes a task into this target
ITargetITestSuite.paste(ITarget target, ISuiteEntry anchor, boolean before)
          Pastes a target into the suite