| Package | Description |
|---|---|
| com.rational.test.ft.vp |
| Modifier and Type | Method and Description |
|---|---|
ITestDataTableRegion[] |
ITestDataTable.getComparisonRegions()
Returns the set of comparison regions to be used in a comparison of
table data.
|
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(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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
ITestDataTable.setComparisonRegions(ITestDataTableRegion[] comparisonRegions)
Replaces the existing selected regions with the supplied comparison
regions.
|