| 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 | Class and Description |
|---|---|
class |
TableCellByColumnId
Looks up a cell in a
JTable by column identifier. |
class |
TableCellInRowByValue
Looks up a cell in the first found row in
JTable whose values match the given ones. |
class |
TableCellInSelectedRow
Looks up a cell in the first selected row of a
JTable. |
| Modifier and Type | Method and Description |
|---|---|
TableCell |
JTableDriver.cell(JTable table,
TableCellFinder cellFinder)
Returns a cell from the given
JTable using the given cell finder. |
| Modifier and Type | Method and Description |
|---|---|
JTableCellFixture |
JTableFixture.cell(TableCellFinder cellFinder)
Returns a
JTableCellFixture wrapping the table cell found by the given TableCellFinder. |
Copyright © 2014 AssertJ. All rights reserved.