IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Interface
com.rational.test.ft.vp.ITestObjectDescriptor

Packages that use ITestObjectDescriptor
com.rational.test.ft.vp   
 

Uses of ITestObjectDescriptor in com.rational.test.ft.vp
 

Methods in com.rational.test.ft.vp that return ITestObjectDescriptor
 ITestObjectDescriptor[] IFtVerificationPointImage.find(IScriptDefinition scriptDef, com.rational.test.ft.object.map.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, com.rational.test.ft.object.map.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.
 

Methods in com.rational.test.ft.vp with parameters of type ITestObjectDescriptor
 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, com.rational.test.ft.object.map.ObjectMap objectMap, TestObject anchor)
          Returns the active ITestData object for this verification point.
 ITestData IFtVerificationPointImage.getCurrentImage(ITestObjectDescriptor target, IScriptDefinition scriptDef, com.rational.test.ft.object.map.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.