| Package | Description |
|---|---|
| org.assertj.swing.data |
Data structures.
|
| org.assertj.swing.driver |
Component-specific test drivers. |
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Method and Description |
|---|---|
TableCell |
TableCellFinder.findCell(JTable table,
JTableCellReader cellReader)
Finds a cell in the given
JTable based on some search criteria specified by this finder. |
TableCell |
TableCellInRowByValue.findCell(JTable table,
JTableCellReader cellReader)
Finds a cell in the given
JTable that:
is located in the first row whose values match the given ones
has a matching row index
|
TableCell |
TableCellInSelectedRow.findCell(JTable table,
JTableCellReader cellReader)
Finds a cell in the given
JTable that belongs to the first selected row and has a matching column index. |
TableCell |
TableCellByColumnId.findCell(JTable table,
JTableCellReader cellReader)
Finds a cell in the given
JTable that has a matching row index and column id. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicJTableCellReader
Default implementation of
JTableCellReader. |
| Modifier and Type | Method and Description |
|---|---|
void |
JTableDriver.replaceCellReader(JTableCellReader newCellReader)
Updates the implementation of
JTableCellReader to use when comparing internal values of a JTable
and the values expected in a test. |
| Modifier and Type | Method and Description |
|---|---|
void |
JTableFixture.replaceCellReader(JTableCellReader cellReader) |
Copyright © 2014 AssertJ. All rights reserved.