Class JTableFixture

java.lang.Object
org.fest.swing.fixture.ComponentFixture<JTable>
org.fest.swing.fixture.JTableFixture
All Implemented Interfaces:
ClientPropertyStorageFixture, CommonComponentFixture, FocusableComponentFixture, JComponentFixture, JPopupMenuInvokerFixture, KeyboardInputSimulationFixture, MouseInputSimulationFixture, StateVerificationFixture, ToolTipDisplayFixture

Understands functional testing of JTables:
  • user input simulation
  • state verification
  • property value query

The conversion between the values given in tests and the values being displayed by a JTable renderer is performed by a JTableCellReader. This fixture uses a BasicJTableCellReader by default.