|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Packages | |
---|---|
org.fest.swing.annotation | FEST-specific annotations and utility methods. |
org.fest.swing.applet | Support for testing Java Applets. |
org.fest.swing.awt | Utility methods related to AWT. |
org.fest.swing.cell |
Support for custom cell renderers in components like ,
, and
. |
org.fest.swing.core | Building blocks for all FEST-Swing fixtures. |
org.fest.swing.core.matcher |
Common implementations of . |
org.fest.swing.data | Simple (but useful) data structures. |
org.fest.swing.driver |
Drivers that simulate user input on GUI s. |
org.fest.swing.edt | Support for GUI component access from the event dispatch thread (EDT.) |
org.fest.swing.exception | All exception classes in FEST-Swing. |
org.fest.swing.finder | Support for testing time-consuming tasks. |
org.fest.swing.fixture | The power and flexibility of FEST-Swing come from the fixtures in this package. |
org.fest.swing.format |
Component formatters that create a
String representation of GUI components. |
org.fest.swing.hierarchy | GUI component hierarchies. |
org.fest.swing.image | Utility methods related to images. |
org.fest.swing.input | Classes in this package keep track of input events. |
org.fest.swing.keystroke | Maps characters to key strokes for several languages. |
org.fest.swing.launcher | Launches applications from a "main" method and Java applets |
org.fest.swing.listener | Event listeners intended for internal use only. |
org.fest.swing.lock | Ensures that GUI tests are executed sequentially to prevent locking between GUIs. |
org.fest.swing.monitor | Monitors that track the state of GUI components (intended for internal use only.) |
org.fest.swing.query | Queries, executed in the event dispatch thread (EDT,) that read property values from GUI components. |
org.fest.swing.security | Support for security-related utilities. |
org.fest.swing.testing | Support for writing test classes. |
org.fest.swing.timing | Time-related operations. |
org.fest.swing.util | Some useful utility methods. |
This document is the API specification for the FEST Swing Module.
The FEST Swing module is an Open Source library (Apache 2.0 license) that provides:
dialog.comboBox("domain").select("Users");
dialog.textBox("username").enterText("alex.ruiz");
dialog.button("ok").click();
dialog.optionPane().requireErrorMessage()
.requireMessage("Please enter your password");
For more information, please read more about FEST-Swing fixtures or the Getting Started guide.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |