| 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 |
AbstractButtonDriver
Supports functional testing of Swing
AbstractButtons. |
class |
ContainerDriver
Supports functional testing of AWT or Swing
Containers. |
class |
DialogDriver
Supports functional testing of AWT or Swing
Dialogs. |
class |
FrameDriver
Supports functional testing of AWT or Swing
Frames. |
class |
JAppletDriver
Supports functional testing of
JApplets. |
class |
JComboBoxDriver
Supports functional testing of
JComboBoxes. |
class |
JComponentDriver
Supports functional testing of
JComponents. |
class |
JFileChooserDriver
Supports functional testing of
JFileChoosers. |
class |
JInternalFrameDriver
Supports functional testing of
JInternalFrames. |
class |
JLabelDriver
Supports functional testing of
JLabels. |
class |
JListDriver
Supports functional testing of
JLists. |
class |
JMenuItemDriver
Supports functional testing of
JMenuItems. |
class |
JOptionPaneDriver
Supports functional testing of
JOptionPanes. |
class |
JPopupMenuDriver
Supports functional testing of
JPopupMenus. |
class |
JProgressBarDriver
Supports functional testing of
JProgressBars. |
class |
JScrollBarDriver
Supports functional testing of
JScrollBars. |
class |
JScrollPaneDriver
Supports functional testing of
JScrollPanes. |
class |
JSliderDriver
Supports functional testing of
JSliders. |
class |
JSpinnerDriver
Supports functional testing of
JSpinners. |
class |
JSplitPaneDriver
Supports functional testing of
JSplitPanes. |
class |
JTabbedPaneDriver
Supports functional testing of
JTabbedPanes. |
class |
JTableDriver
Supports functional testing of
JTables. |
class |
JTableHeaderDriver
Supports functional testing of
JTableHeaders. |
class |
JTextComponentDriver
Supports functional testing of
JTextComponents. |
class |
JToolBarDriver
Supports functional testing of
JToolBars. |
class |
JTreeDriver
Supports functional testing of
JTrees. |
class |
WindowDriver
Supports functional testing of AWT or Swing
Windows. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComponentFixture<S,C extends Component,D extends ComponentDriver>
Supports functional testing of AWT and Swing
Components. |
class |
AbstractContainerFixture<S,C extends Container,D extends ComponentDriver>
Looks up AWT or Swing
Components contained in a Container. |
Copyright © 2014 AssertJ. All rights reserved.