| Package | Description |
|---|---|
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TextInputFixture<S>
Simulates user events on
Components that accept text input from the user. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractButtonFixture<S,T extends AbstractButton>
Supports functional testing of
AbstractButtons. |
class |
AbstractTwoStateButtonFixture<S,T extends AbstractButton>
Supports functional testing of
AbstractButtons that have 2 states ("checked" and "unchecked.") |
class |
JButtonFixture
Supports functional testing of
JButtons. |
class |
JCheckBoxFixture
Supports functional testing of
JCheckBoxes. |
class |
JLabelFixture
Supports functional testing of
JLabels. |
class |
JProgressBarFixture
Supports functional testing of
JProgressBars. |
class |
JRadioButtonFixture
Supports functional testing of
JRadioButtons. |
class |
JTextComponentFixture
Supports functional testing of
JTextComponents. |
class |
JToggleButtonFixture
Supports functional testing of
JToggleButtons. |
Copyright © 2014 AssertJ. All rights reserved.