| 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.atDescendant(Property[] properties) |
| Modifier and Type | Method and Description |
|---|---|
static Property |
SubitemFactory.atProperty(java.lang.String propertyName,
java.lang.Object propertyValue)
Returns a
Property subitem. |
static Property[] |
UnexpectedWindowConfigurationManager.getConfiguredTestObjectProperties(java.lang.Object[] domains,
java.lang.String windowText)
Method to get the propertylist for an ActiveWindow belonging to a domain
|
Property[] |
Xpath.getProperties() |
Property[] |
Anchor.getProperties()
Gets the properties that should be anchored or not anchored.
|
Property[] |
UnexpectedWindow.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
static Anchor |
SubitemFactory.atChild(Property[] properties)
Returns an
Anchor subitem. |
static Anchor |
SubitemFactory.atDescendant(Property[] properties)
Returns an
Anchor subitem. |
void |
UnexpectedWindow.setProperties(Property[] properties) |
| Constructor and Description |
|---|
Anchor(boolean anchored,
Property[] properties)
Creates an anchored (or unanchored)
Property set. |
Xpath(boolean xpath,
Property[] properties)
Creates an anchored (or unanchored)
Property set. |