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.ITestData

Packages that use ITestData
com.rational.test.ft.object.interfaces   
com.rational.test.ft.vp   
 

Uses of ITestData in com.rational.test.ft.object.interfaces
 

Methods in com.rational.test.ft.object.interfaces that return ITestData
 ITestData TestObject.getTestData(java.lang.String testDataType)
          Constructs the specified verification data object.
 ITestData TestObject.updateTestData(java.lang.String testDataType, ITestData testData)
          Updates the supplied test data object and returns it.
 

Methods in com.rational.test.ft.object.interfaces with parameters of type ITestData
 ITestData TestObject.updateTestData(java.lang.String testDataType, ITestData testData)
          Updates the supplied test data object and returns it.
 

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

Subinterfaces of ITestData in com.rational.test.ft.vp
 interface ITestDataList
          Represents the elements in a list-type object for a verification-point operation.
 interface ITestDataMenu
          Represents the necessary methods for supporting a menu-type verification point.
 interface ITestDataProperties
          Defines the methods necessary for maintaining the properties associated with a single TestObject in the software under test.
 interface ITestDataTable
          Represents a table of test data.
 interface ITestDataText
          Represents the necessary methods for supporting a text-type verification point.
 interface ITestDataTree
          The base-level tree verification-point interface.
 interface ITestDataTreeAttributes
          Represents the necessary methods for supporting a tree node within a tree-type verification point.
 

Methods in com.rational.test.ft.vp that return ITestData
 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 ITestObjectDescriptor.getData()
          Returns the data associated with this descriptor.
 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.
 

Methods in com.rational.test.ft.vp with parameters of type ITestData
 void ITestObjectDescriptor.setData(ITestData data, java.lang.String dataType)
          Associates the supplied Data with this descriptor.
 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.