| Package | Description |
|---|---|
| org.assertj.swing.driver |
Component-specific test drivers. |
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicJTreeCellReader
Default implementation of
JTreeCellReader. |
| Modifier and Type | Method and Description |
|---|---|
void |
JTreeDriver.replaceCellReader(JTreeCellReader newCellReader)
Updates the implementation of
JTreeCellReader to use when comparing internal values of a JTree and
the values expected in a test. |
| Modifier and Type | Method and Description |
|---|---|
JTreeFixture |
JTreeFixture.replaceCellReader(JTreeCellReader cellReader)
Updates the implementation of
JTreeCellReader to use when comparing internal values of a JTree and
the values expected in a test. |
Copyright © 2014 AssertJ. All rights reserved.