| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents an element in test suite - ant target or task
| Method Summary | |
void | addUserObject(String key, Object val)Associates the key with any object. |
ISuiteEntry | copy()Copies this entry to the clipboard |
ISuiteEntry | cut()Removes this entry a puts it in the clipboard |
void | delete()Deletes this entry |
ITestSuite | getContainingSuite()Returns the suite that contains this entry |
void | removeUserObject(String key, Object val)Removes user objects associated via given key that has given value |
void | removeUserObjects(String key)removes all elements with tag name = |
void | setAttribute(String attributeName, String attributeValue)Sets the attribute value |
void | setName(String name)Sets the of this entry |
| Methods inherited from interface com.togethersoft.testing.shared.IElementRO |
getAttribute, getChild, getContent, getName, getRefId, getUserObjects, hasUserObject |
| Method Detail |
public void addUserObject(String key, Object val)
public ISuiteEntry copy()
throws TestHostException
public ISuiteEntry cut()
throws TestHostException
public void delete()
throws TestHostException
public ITestSuite getContainingSuite()
public void removeUserObject(String key, Object val)
public void removeUserObjects(String key)
public void setAttribute(String attributeName, String attributeValue)
public void setName(String name)
throws TestHostException
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||