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

Packages that use ITask
com.togethersoft.testing.host 

Uses of ITask in com.togethersoft.testing.host
 

Subinterfaces of ITask in com.togethersoft.testing.host
interface IAssertion
          Represents an assertion task in test suite.
interface ITestAssetReference
          Represents a reference to test step/suite.
 

Methods in com.togethersoft.testing.host that return ITask
ITask[]ITarget.getTasks()
          Returns an array of tasks contained in this target
ITaskITarget.paste(ITask task, ISuiteEntry anchor, boolean before)
          Pastes a task into this target
 

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