| Interface | Description |
|---|---|
| CellRendererReader |
Understands reading the value of a
that used as a cell renderer. |
| TextDisplayDriver<T extends Component> |
Understands functional testing of a
that displays text. |
| Class | Description |
|---|---|
| AbstractButtonDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| AbstractJTableCellWriter |
Understands the base class for implementations of
. |
| BasicCellRendererReader |
Understands a basic implementation of
. |
| BasicJComboBoxCellReader |
Understands the default implementation of
. |
| BasicJListCellReader |
Understands the default implementation of
. |
| BasicJTableCellReader |
Understands the default implementation of
. |
| BasicJTableCellWriter |
Understands the default implementation of
. |
| BasicJTreeCellReader |
Understands the default implementation of
. |
| ComponentDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| ComponentShownWaiter |
Understands waiting for a
to be shown. |
| ComponentStateValidator |
Understands validation of the state of a
. |
| ContainerDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| DialogDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| DragAndDrop | Deprecated
use
instead. |
| FrameDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JAppletDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JComboBoxDriver |
Understands functional testing of
es:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JComponentDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JFileChooserDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JInternalFrameDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JLabelDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JListDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JMenuItemDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JMenuItemLocation |
Understands the location of a
. |
| JMenuItemMatcher |
Matches a
given a simple label or a menu path of the format "menu|submenu|menuitem",
for example "File|Open|Can of worms". |
| JOptionPaneDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JPopupMenuDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JProgressBarDriver |
Understands functional testing of
s:
state verification
property value query
This class is intended for internal use only. |
| JScrollBarDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JScrollBarLocation |
Understands a location in a
. |
| JScrollPaneDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JSliderDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JSliderLocation |
Understands a location in a
. |
| JSpinnerDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JSplitPaneDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JTabbedPaneDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JTabbedPaneLocation |
Understands a location on a
(notably a tab). |
| JTableCellValidator |
Understands validation of
-related information. |
| JTableCheckBoxEditorCellWriter |
Understands an implementation of
that knows how to use
s as cell editors. |
| JTableComboBoxEditorCellWriter |
Understands an implementation of
that knows how to use
es as cell editors. |
| JTableDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JTableHeaderDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JTableHeaderLocation |
Understands the location of a
(a coordinate, column index or value.) |
| JTableLocation |
Understands a visible location on a
. |
| JTableTextComponentEditorCellWriter |
Understands an implementation of
that knows how to use
s as cell editors. |
| JTextComponentDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JToolBarDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JToolBarLocation |
Understands a visible location on a
. |
| JTreeDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
| JTreeLocation |
Understands a visible location on a
. |
| Scrolling | Deprecated
Use
instead. |
| WaitForComponentToShowCondition |
Understands a condition that verifies that a
is showing on the screen. |
| WindowDriver |
Understands functional testing of
s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
Drivers that simulate user input on GUI s. Unlike fixtures, drivers only focus on
behavior present only in the components they handle, do not provide a
fluent interface and are intended for
internal use only.
Component
Classes in this package have been adapted from Abbot. Many thanks to Timothy Wall.
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.