| Package | Description |
|---|---|
| com.rational.test.ft.script | |
| com.rational.test.ft.vp |
| Modifier and Type | Method and Description |
|---|---|
static Cell |
SubitemFactory.atCell(Column c,
Row r)
Returns a
Cell subitem. |
static Cell |
SubitemFactory.atCell(Row r,
Column c)
Returns a
Cell subitem. |
| Modifier and Type | Method and Description |
|---|---|
Cell |
ITestDataTableRegion.getBottomRightCell()
Returns the lower right cell associated with a block region.
|
Cell |
ITestDataTableRegion.getCell()
Returns the cell associated with a cell region.
|
Cell |
ITestDataTableRegion.getTopLeftCell()
Returns the upper left cell associated with a block region.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|