| Package | Description |
|---|---|
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractButtonFixture<S,T extends AbstractButton>
Supports functional testing of
AbstractButtons. |
class |
AbstractJComponentFixture<S,T extends JComponent,D extends JComponentDriver>
Supports functional testing of
JComponents. |
class |
AbstractJPopupMenuInvokerFixture<S,T extends JComponent,D extends JComponentDriver>
Supports functional testing of
JComponents capable of invoking JPopupMenus. |
class |
AbstractSwingContainerFixture<S,C extends JComponent,D extends JComponentDriver>
Supports functional testing of Swing
Containers. |
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 |
JComboBoxFixture
Supports functional testing of
JComboBoxes. |
class |
JFileChooserFixture
Supports functional testing of
JFileChoosers. |
class |
JInternalFrameFixture
Supports functional testing of
JInternalFrames |
class |
JLabelFixture
Supports functional testing of
JLabels. |
class |
JListFixture
Supports functional testing of
JLists. |
class |
JMenuItemFixture
Supports functional testing of
JMenuItems. |
class |
JPanelFixture
Supports functional testing of
JPanels. |
class |
JPopupMenuFixture
Supports functional testing of
JPopupMenus |
class |
JProgressBarFixture
Supports functional testing of
JProgressBars. |
class |
JRadioButtonFixture
Supports functional testing of
JRadioButtons. |
class |
JScrollBarFixture
Supports functional testing of
JScrollBars. |
class |
JScrollPaneFixture
Supports functional testing of
JScrollPanes. |
class |
JSliderFixture
Supports functional testing of
JSliders. |
class |
JSpinnerFixture
Supports functional testing of
JSpinners: |
class |
JSplitPaneFixture
Supports functional testing of
JSplitPanes. |
class |
JTabbedPaneFixture
Supports functional testing of
JTabbedPanes. |
class |
JTableFixture
Supports functional testing of
JTables. |
class |
JTableHeaderFixture
Supports functional testing of
JTableHeaders. |
class |
JTextComponentFixture
Supports functional testing of
JTextComponents. |
class |
JToggleButtonFixture
Supports functional testing of
JToggleButtons. |
class |
JToolBarFixture
Supports functional testing of
JToolBars. |
class |
JTreeFixture
Supports functional testing of
JTrees. |
Copyright © 2014 AssertJ. All rights reserved.