|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITestData | |
com.rational.test.ft.object.interfaces | The package com.rational.test.ft.object.interfaces provides the classes that interact with objects in the software under test. |
com.rational.test.ft.vp | The package com.rational.test.ft.vp provides verification point services to test scripts. |
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 |
ITestObjectDescriptor.getData()
Returns the data associated with this descriptor. |
ITestData |
IFtVerificationPointData.getData(ITestObjectDescriptor target)
Returns the ITestData object for this verification point. |
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. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |