| 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 |
BasicJTreeCellReader
Understands the default implementation of
. |
| Modifier and Type | Method and Description |
|---|---|
void |
JTreeDriver.cellReader(JTreeCellReader 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 |
|---|---|
JTreeFixture |
JTreeFixture.cellReader(JTreeCellReader cellReader)
Updates the implementation of
to use when comparing internal values of a
and the values expected in a test. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.