|
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 ITestDataTableRegion | |
com.rational.test.ft.vp | The package com.rational.test.ft.vp provides verification point services to test scripts. |
Uses of ITestDataTableRegion in com.rational.test.ft.vp |
Methods in com.rational.test.ft.vp that return ITestDataTableRegion | |
static ITestDataTableRegion |
VpUtil.getTestDataTableRegion()
Provides a comparison region that specifies all cells in the table are to be included in the comparison region. |
static ITestDataTableRegion |
VpUtil.getTestDataTableRegion(Column column)
Provides a comparison region that specifies a single column in a table that is to be included in the comparison region. |
static ITestDataTableRegion |
VpUtil.getTestDataTableRegion(Row row)
Provides a comparison region that specifies a single row in a table that is to be included in the comparison region. |
static ITestDataTableRegion |
VpUtil.getTestDataTableRegion(Cell cell)
Provides a comparison region that specifies a single cell in the table that is to be included in the comparison region. |
static ITestDataTableRegion |
VpUtil.getTestDataTableRegion(Cell topLeft,
Cell bottomRight)
Provides a comparison region that specifies the block of cells in a table that are to be included in the comparison region. |
ITestDataTableRegion[] |
ITestDataTable.getComparisonRegions()
Returns the set of comparison regions to be used in a comparison of table data. |
Methods in com.rational.test.ft.vp with parameters of type ITestDataTableRegion | |
void |
ITestDataTable.setComparisonRegions(ITestDataTableRegion[] comparisonRegions)
Replaces the existing selected regions with the supplied comparison regions. |
void |
ITestDataTable.addComparisonRegion(ITestDataTableRegion comparisonRegion)
Adds the supplied comparison region to the set. |
void |
ITestDataTable.removeComparisonRegion(ITestDataTableRegion comparisonRegion)
Removes the supplied comparison region from the region set associated with this table data object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |