com.togethersoft.testing.host
Interface ITestAssetReference


public interface ITestAssetReference
extends ITask

Represents a reference to test step/suite.
In current implementation it is an ant task in ant project.


Method Summary
 StringgetReferencedStepId()
          Returns the refid of referenced asset
 voidsetReferencedStepId(String referencedStepRefid)
          Sets the refid of referenced asset

Methods inherited from interface com.togethersoft.testing.host.ITask
getCategory, getContainingTarget, getType

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

getReferencedStepId

public String getReferencedStepId()
Returns the refid of referenced asset

setReferencedStepId

public void setReferencedStepId(String referencedStepRefid)
Sets the refid of referenced asset