com.togethersoft.testing.host
Interface ITask

All Known Subinterfaces:
IAssertion, ITestAssetReference

public interface ITask
extends ISuiteEntry

Represents a task in test suite - assertion or reference to test step (suite).
In current implementaion it is an ant task.


Method Summary
 ICategorygetCategory()
          Returns the category of the task
 ITargetgetContainingTarget()
          Returns the target that contains this task
 StringgetType()
          Returns the type of this task

Methods inherited from interface com.togethersoft.testing.host.ISuiteEntry
addUserObject, copy, cut, delete, getContainingSuite, removeUserObject, removeUserObjects, setAttribute, setName

Methods inherited from interface com.togethersoft.testing.shared.IElementRO
getAttribute, getChild, getContent, getName, getRefId, getUserObjects, hasUserObject

Method Detail

getCategory

public ICategory getCategory()
Returns the category of the task

getContainingTarget

public ITarget getContainingTarget()
Returns the target that contains this task

getType

public String getType()
Returns the type of this task