| Package | Description |
|---|---|
| com.rational.test.ft.object.interfaces | |
| com.rational.test.ft.vp |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ITestData |
TestObject.updateTestData(java.lang.String testDataType,
ITestData testData)
Updates the supplied test data object and returns it.
|
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |