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 |
BasicJComboBoxCellReader
Understands the default implementation of
. |
Modifier and Type | Method and Description |
---|---|
void |
JComboBoxDriver.cellReader(JComboBoxCellReader 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 |
---|---|
JComboBoxFixture |
JComboBoxFixture.cellReader(JComboBoxCellReader 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.