Package org.assertj.swing.driver

Component-specific test drivers.

See:
          Description

Interface Summary
CellRendererReader Reads the value of an AWT or Swing Component that used as a cell renderer.
TextDisplayDriver<T extends Component> Supports functional testing of an AWT or Swing Components that displays text.
 

Class Summary
AbstractButtonDriver Supports functional testing of Swing AbstractButtons.
AbstractJTableCellWriter Template for implementations of JTableCellWriter.
BasicCellRendererReader Default implementation of CellRendererReader.
BasicJComboBoxCellReader Default implementation of JComboBoxCellReader.
BasicJListCellReader Default implementation of JListCellReader.
BasicJTableCellReader Default implementation of JTableCellReader.
BasicJTableCellWriter Default implementation of JTableCellWriter.
BasicJTreeCellReader Default implementation of JTreeCellReader.
ComponentDriver Supports functional testing of AWT or Swing Components.
ComponentPreconditions Verifies correct state of a Component.
ComponentShownWaiter Waits until a particular AWT or Swing Component shows up on the screen.
ContainerDriver Supports functional testing of AWT or Swing Containers.
DialogDriver Supports functional testing of AWT or Swing Dialogs.
FrameDriver Supports functional testing of AWT or Swing Frames.
JAppletDriver Supports functional testing of JApplets.
JComboBoxDriver Supports functional testing of JComboBoxes.
JComponentDriver Supports functional testing of JComponents.
JFileChooserDriver Supports functional testing of JFileChoosers.
JInternalFrameDriver Supports functional testing of JInternalFrames.
JLabelDriver Supports functional testing of JLabels.
JListDriver Supports functional testing of JLists.
JMenuItemDriver Supports functional testing of JMenuItems.
JMenuItemLocation Location of a JMenuItem.
JMenuItemMatcher Matches a JMenuItem given a simple label or a menu path of the format "menu|submenu|menuitem", for example "File|Open|Can of worms".
JOptionPaneDriver Supports functional testing of JOptionPanes.
JPopupMenuDriver Supports functional testing of JPopupMenus.
JProgressBarDriver Supports functional testing of JProgressBars.
JScrollBarDriver Supports functional testing of JScrollBars.
JScrollBarLocation A location in a JScrollBar.
JScrollPaneDriver Supports functional testing of JScrollPanes.
JSliderDriver Supports functional testing of JSliders.
JSliderLocation A location in a JSlider.
JSpinnerDriver Supports functional testing of JSpinners.
JSplitPaneDriver Supports functional testing of JSplitPanes.
JTabbedPaneDriver Supports functional testing of JTabbedPanes.
JTabbedPaneLocation A location on a JTabbedPane (notably a tab).
JTableCellPreconditions Verifies correct argument values and state of JTable cells.
JTableCheckBoxEditorCellWriter JTableCellWriter that knows how to use JTextComponents as cell editors.
JTableComboBoxEditorCellWriter JTableCellWriter that knows how to use JComboBoxes as cell editors.
JTableDriver Supports functional testing of JTables.
JTableHeaderDriver Supports functional testing of JTableHeaders.
JTableHeaderLocation Location of a JTableHeader (a coordinate, column index or value.)
JTableLocation A visible location on a JTable.
JTableTextComponentEditorCellWriter JTableCellWriter that knows how to use JTextComponents as cell editors.
JTextComponentDriver Supports functional testing of JTextComponents.
JToolBarDriver Supports functional testing of JToolBars.
JToolBarLocation A visible location on a JToolBar.
JTreeDriver Supports functional testing of JTrees.
JTreeLocation A visible location on a JTree.
WaitForComponentToShowCondition Verifies that an AWT or Swing Component is showing on the screen.
WindowDriver Supports functional testing of AWT or Swing Windows.
 

Package org.assertj.swing.driver Description

Component-specific test drivers. Classes in this package are not part of the API. Use the classes in org.assertj.swing.fixture in your tests.

A test driver is capable of: