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

Packages that use ITarget
com.togethersoft.testing.host 

Uses of ITarget in com.togethersoft.testing.host
 

Methods in com.togethersoft.testing.host that return ITarget
ITargetITask.getContainingTarget()
          Returns the target that contains this task
ITargetITestHost.createTarget()
          Creates new suite target
ITargetITestSuite.getDefaultTarget()
          Returns the default target of this suite.
ITarget[]ITestSuite.getTargets()
          Returns an array of all targets contained in the suite
ITargetITestSuite.paste(ITarget target, ISuiteEntry anchor, boolean before)
          Pastes a target into the suite
 

Methods in com.togethersoft.testing.host with parameters of type ITarget
ITargetITestSuite.paste(ITarget target, ISuiteEntry anchor, boolean before)
          Pastes a target into the suite
voidITestSuite.setDefaultTarget(ITarget defTarget)
          Sets the default target for this suite.