Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JTreeNodeFixture
Understands functional testing of single nodes in
s:
user input simulation
state verification
property value query
|
Modifier and Type | Class and Description |
---|---|
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
|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.