| Package | Description |
|---|---|
| com.rational.test.ft.object.interfaces.siebel | |
| com.rational.test.ft.script |
| Modifier and Type | Method and Description |
|---|---|
protected static Anchor |
SiebTestObject.atChild(Property[] properties) |
protected static Anchor |
SiebTestObject.atChild(java.lang.String propName,
java.lang.Object propValue) |
protected static Anchor |
SiebTestObject.atDescendant(Property[] properties) |
protected static Anchor |
SiebTestObject.atDescendant(java.lang.String propName,
java.lang.Object propValue) |
| Modifier and Type | Method and Description |
|---|---|
static Anchor |
SubitemFactory.atChild(Property[] properties)
Returns an
Anchor subitem. |
static Anchor |
SubitemFactory.atChild(java.lang.String propName,
java.lang.Object propValue)
Returns an
Anchor subitem. |
static Anchor |
SubitemFactory.atChild(java.lang.String propName1,
java.lang.Object propValue1,
java.lang.String propName2,
java.lang.Object propValue2)
Returns an
Anchor subitem. |
static Anchor |
SubitemFactory.atDescendant(Property[] properties)
Returns an
Anchor subitem. |
static Anchor |
SubitemFactory.atDescendant(java.lang.String propName,
java.lang.Object propValue)
Returns an
Anchor subitem. |
static Anchor |
SubitemFactory.atDescendant(java.lang.String propName1,
java.lang.Object propValue1,
java.lang.String propName2,
java.lang.Object propValue2)
Returns an
Anchor subitem. |