| Package | Description |
|---|---|
| com.rational.test.ft.vp |
| Modifier and Type | Method and Description |
|---|---|
ITestObjectDescriptor[] |
IFtVerificationPointImage.find(IScriptDefinition scriptDef,
ObjectMap objectMap,
TestObject anchor)
Locates and returns objects in the software under test that are relative to this verification
point.
|
ITestObjectDescriptor[] |
IFtVerificationPointData.find(IScriptDefinition scriptDef,
ObjectMap objectMap,
TestObject anchor)
Locates and returns objects in the software under test that are relative to this verification
point.
|
ITestObjectDescriptor |
IFtVerificationPointImage.findFirst()
Locates and returns the first unmasked object in the verification-point data.
|
ITestObjectDescriptor |
IFtVerificationPointData.findFirst()
Locates and returns the first unmasked object in the verification-point data.
|
ITestObjectDescriptor[] |
ITestObjectDescriptor.getChildren()
Returns any child objects in the hierarchy; returns
null
if the object has no children. |
ITestObjectDescriptor |
ITestObjectDescriptor.getParent()
Returns the parent descriptor or
null if this node
does not have a parent TestObject descriptor. |
| Modifier and Type | Method and Description |
|---|---|
void |
ITestObjectDescriptor.addChild(ITestObjectDescriptor child)
Inserts a description of the child relative to this node
(and implicitly sets the child's parent to
this). |
ITestData |
IFtVerificationPointData.getCurrentData(ITestObjectDescriptor target,
IScriptDefinition scriptDef,
ObjectMap objectMap,
TestObject anchor)
Returns the active
ITestData object for
this verification point. |
ITestData |
IFtVerificationPointImage.getCurrentImage(ITestObjectDescriptor target,
IScriptDefinition scriptDef,
ObjectMap objectMap,
TestObject anchor)
Returns the active
ITestData object for
this verification point. |
ITestData |
IFtVerificationPointData.getData(ITestObjectDescriptor target)
Returns the
ITestData object for this verification point. |
ITestData |
IFtVerificationPointImage.getImage(ITestObjectDescriptor target)
Returns the
ITestData object for this verification point. |
void |
IFtVerificationPointData.setData(ITestObjectDescriptor target,
ITestData data)
Sets the
ITestData object for this verification point. |
void |
IFtVerificationPointImage.setImage(ITestObjectDescriptor target,
ITestData data)
Sets the
ITestData object for this verification point. |