|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 Component s that displays text. |
Class Summary | |
---|---|
AbstractButtonDriver |
Supports functional testing of Swing AbstractButton s. |
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 Component s. |
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 Container s. |
DialogDriver |
Supports functional testing of AWT or Swing Dialog s. |
FrameDriver |
Supports functional testing of AWT or Swing Frame s. |
JAppletDriver |
Supports functional testing of JApplet s. |
JComboBoxDriver |
Supports functional testing of JComboBox es. |
JComponentDriver |
Supports functional testing of JComponent s. |
JFileChooserDriver | Supports functional testing of JFileChooser s. |
JInternalFrameDriver |
Supports functional testing of JInternalFrame s. |
JLabelDriver |
Supports functional testing of JLabel s. |
JListDriver |
Supports functional testing of JList s. |
JMenuItemDriver |
Supports functional testing of JMenuItem s. |
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 JOptionPane s. |
JPopupMenuDriver |
Supports functional testing of JPopupMenu s. |
JProgressBarDriver |
Supports functional testing of JProgressBar s. |
JScrollBarDriver |
Supports functional testing of JScrollBar s. |
JScrollBarLocation | A location in a JScrollBar . |
JScrollPaneDriver |
Supports functional testing of JScrollPane s. |
JSliderDriver |
Supports functional testing of JSlider s. |
JSliderLocation | A location in a JSlider . |
JSpinnerDriver |
Supports functional testing of JSpinner s. |
JSplitPaneDriver |
Supports functional testing of JSplitPane s. |
JTabbedPaneDriver |
Supports functional testing of JTabbedPane s. |
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 JTextComponent s as cell editors. |
JTableComboBoxEditorCellWriter | JTableCellWriter that knows how to use JComboBox es as cell editors. |
JTableDriver |
Supports functional testing of JTable s. |
JTableHeaderDriver |
Supports functional testing of JTableHeader s. |
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 JTextComponent s as cell editors. |
JTextComponentDriver |
Supports functional testing of JTextComponent s. |
JToolBarDriver |
Supports functional testing of JToolBar s. |
JToolBarLocation | A visible location on a JToolBar . |
JTreeDriver |
Supports functional testing of JTree s. |
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 Window s. |
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:
Component
Component
Component
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |