Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Method and Description |
---|---|
JTableCellFixture |
JTableCellFixture.cancelEditing()
Cancels editing this fixture's table cell.
|
JTableCellFixture |
JTableFixture.cell(TableCell cell)
Returns a fixture that manages the table cell specified by the given row and column.
|
JTableCellFixture |
JTableFixture.cell(TableCellFinder cellFinder)
Returns a fixture that manages the table cell found by the given
. |
JTableCellFixture |
JTableCellFixture.click()
Simulates a user clicking this fixture's table cell.
|
JTableCellFixture |
JTableCellFixture.click(MouseButton button)
Simulates a user clicking a cell in this fixture's table cell once, using the specified mouse button.
|
JTableCellFixture |
JTableCellFixture.click(MouseClickInfo mouseClickInfo)
Simulates a user clicking this fixture's table cell.
|
JTableCellFixture |
JTableCellFixture.doubleClick()
Simulates a user double-clicking this fixture's table cell.
|
JTableCellFixture |
JTableCellFixture.drag()
Simulates a user dragging this fixture's table cell.
|
JTableCellFixture |
JTableCellFixture.drop()
Simulates a user dropping into this fixture's table cell.
|
JTableCellFixture |
JTableCellFixture.enterValue(String value)
Enters the given value to this fixture's table cell.
|
JTableCellFixture |
JTableCellFixture.requireEditable()
Asserts that this fixture's table cell is editable.
|
JTableCellFixture |
JTableCellFixture.requireNotEditable()
Asserts that this fixture's table cell is not editable.
|
JTableCellFixture |
JTableCellFixture.requireValue(Pattern pattern)
Asserts that the value of this fixture's table cell matches the given regular expression pattern.
|
JTableCellFixture |
JTableCellFixture.requireValue(String value)
Asserts that the value of this fixture's table cell matches the given value.
|
JTableCellFixture |
JTableCellFixture.rightClick()
Simulates a user right-clicking this fixture's table cell.
|
JTableCellFixture |
JTableCellFixture.select()
Simulates a user selecting this fixture's table cell.
|
JTableCellFixture |
JTableCellFixture.startEditing()
Starts editing this fixture's table cell.
|
JTableCellFixture |
JTableCellFixture.stopEditing()
Stops editing this fixture's table cell.
|
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.