Package | Description |
---|---|
org.fest.swing.driver |
Drivers that simulate user input on GUI
s. |
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicJListCellReader
Understands the default implementation of
. |
Modifier and Type | Method and Description |
---|---|
void |
JListDriver.cellReader(JListCellReader newCellReader)
Updates the implementation of
to use when comparing internal values of a
and the values expected in a test. |
Modifier and Type | Method and Description |
---|---|
JListFixture |
JListFixture.cellReader(JListCellReader cellReader)
Updates the implementation of
to use when comparing internal values of
this fixture's and the values expected in a test. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.