Interface | Description |
---|---|
ComponentFinder |
Understands GUI
lookup. |
ComponentMatcher |
Understands whether a
matches some desired criteria. |
ComponentPrinter |
Understands printing the
String representation of s to
facilitate debugging. |
ResettableComponentMatcher |
Understands whether a
matches some desired criteria. |
Robot |
Understands simulation of user events on a GUI
. |
Class | Description |
---|---|
AbstractComponentMatcher |
Understands a base class for implementations of
. |
BasicComponentFinder |
Understands GUI
lookup. |
BasicComponentPrinter |
Understands printing the
String representation of s to
facilitate debugging. |
BasicRobot |
Understands simulation of user events on a GUI
. |
ComponentDragAndDrop |
Understands
-based drag and drop. |
ComponentFoundCondition |
Understands a condition that is satisfied if a GUI component that matches certain search criteria can be found.
|
EdtSafeCondition |
Understands a
that is evaluated in the event dispatch thread (EDT.) |
EmergencyAbortListener |
Understands an escape valve for users to abort a running FEST-Swing test by pressing 'Ctrl + Shift + A'.
|
FocusOwnerFinder |
Understands lookup of a
owning the input focus. |
GenericTypeMatcher<T extends Component> |
Understands a
that matches a by type and some
custom search criteria. |
KeyPressInfo |
Understands information about pressing a keyboard key.
|
LabelMatcher | |
MouseClickInfo |
Understands information about clicking a mouse button.
|
NameMatcher |
Understands
matching by name and (optionally) by type. |
Scrolling |
Understands utility methods related to scrolling.
|
Settings |
Understands configuration settings.
|
SimpleFallbackExceptionHandler |
Understands an exception handler for AWT event thread, to make sure we can get a back-trace dump when running
FEST-Swing are terminated by a
. |
TypeMatcher |
Understands
matching by type. |
WindowAncestorFinder |
Understands lookup of a component's
. |
Enum | Description |
---|---|
ComponentLookupScope |
Understands scopes of GUI component lookup.
|
MouseButton |
Understands mouse buttons.
|
Building blocks for all FEST-Swing fixtures.
Classes in this package have been adapted from Abbot. Many thanks to Timothy Wall.
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.