Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
DevOps Test UI
Version 2024.03 (11.0.1)
DevOps Test UI API Reference

Project Version 2.3
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

  • Packages that use ITestDataTableRegion 
    Package Description
    com.rational.test.ft.vp  
    • Uses of ITestDataTableRegion in com.rational.test.ft.vp

      Methods in com.rational.test.ft.vp that return ITestDataTableRegion 
      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.
      Methods in com.rational.test.ft.vp with parameters of type ITestDataTableRegion 
      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.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes