IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Interface
com.rational.test.ft.vp.ITestDataTableRegion

Packages that use ITestDataTableRegion
com.rational.test.ft.vp   
 

Uses of ITestDataTableRegion in com.rational.test.ft.vp
 

Methods in com.rational.test.ft.vp that return ITestDataTableRegion
 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.
 

Methods in com.rational.test.ft.vp with parameters of type ITestDataTableRegion
 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.