|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemFixture | |
|---|---|
| org.fest.swing.fixture | The power and flexibility of FEST-Swing come from the fixtures in this package. |
| Uses of ItemFixture in org.fest.swing.fixture |
|---|
| Subinterfaces of ItemFixture in org.fest.swing.fixture | |
|---|---|
interface |
JTreeNodeFixture
Understands functional testing of single nodes in s:
user input simulation
state verification
property value query
|
| Classes in org.fest.swing.fixture that implement ItemFixture | |
|---|---|
class |
JListItemFixture
Understands functional testing of single rows in s:
user input simulation
state verification
property value query
|
class |
JTableCellFixture
Understands functional testing of single cells in s:
user input simulation
state verification
property value query
Example:
// import static org.fest.swing.data.TableCell.row;
JTableCellFixture cell = dialog. |
class |
JTreePathFixture
Understands functional testing of single nodes, referenced by their paths, in s:
user input simulation
state verification
property value query
|
class |
JTreeRowFixture
Understands functional testing of single nodes, referenced by their row indices, in s:
user input simulation
state verification
property value query
|
| Methods in org.fest.swing.fixture that return ItemFixture | |
|---|---|
ItemFixture |
ItemFixture.drag()
Simulates a user dragging this fixture's item. |
ItemFixture |
ItemFixture.drop()
Simulates a user dropping into this fixture's item. |
ItemFixture |
ItemFixture.select()
Simulates a user selecting this fixture's item. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||