|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Packages | |
---|---|
org.assertj.swing.annotation | Annotations and related utility methods. |
org.assertj.swing.applet | Provides support for testing Applet s. |
org.assertj.swing.assertions | |
org.assertj.swing.assertions.data | |
org.assertj.swing.assertions.error | |
org.assertj.swing.awt | Utility methods related to AWT. |
org.assertj.swing.cell | Support for reading from and writing to cells in JComponent s (for example: JList s, JTable s,
etc.) |
org.assertj.swing.core | Low-level components that enable functional testing of AWT and Swing Component s. |
org.assertj.swing.core.matcher | Common-use implementations of GenericTypeMatcher . |
org.assertj.swing.data | Data structures. |
org.assertj.swing.driver |
Component -specific test drivers. |
org.assertj.swing.edt | Ensure that Component access is done in the event dispatch thread (EDT.) |
org.assertj.swing.exception | Exceptions. |
org.assertj.swing.finder |
Utilities for finding Component s. |
org.assertj.swing.fixture | Public API, source of FEST's power and flexibility. |
org.assertj.swing.format |
Formatters that create better and shorter String representations of AWT and Swing Component s. |
org.assertj.swing.hierarchy |
Scoped Component hierarchies. |
org.assertj.swing.image | Utility methods related to images. |
org.assertj.swing.input | Monitors of different input events. |
org.assertj.swing.internal.annotation | |
org.assertj.swing.internal.assertions | |
org.assertj.swing.keystroke | Mappings of characters to key strokes, supporting multiple languages and platforms. |
org.assertj.swing.launcher | Java applications and Applet s launcher. |
org.assertj.swing.listener | Event listeners. |
org.assertj.swing.lock | Utilities that ensure that GUI tests are executed sequentially, preventing multiple applications from being displayed simultaneously. |
org.assertj.swing.monitor |
Monitors that track the state of AWT and Swing Component s. |
org.assertj.swing.query | Common-use implementations of GuiQuery . |
org.assertj.swing.security | Utilities related to security. |
org.assertj.swing.testing | Base test classes. |
org.assertj.swing.text | Utilities for reading the text displayed in AWT or Swing Component s. |
org.assertj.swing.timing | Utilities related to timing. |
org.assertj.swing.util | Miscellaneous utilities. |
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 project's wiki.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |