commit | b20fd08af83fc9c43c4f00beaa747ea696482db0 | [log] [tgz] |
---|---|---|
author | Jacob Logsdon <[email protected]> | Tue Mar 11 14:42:06 2025 -0700 |
committer | Jacob Logsdon <[email protected]> | Tue Mar 11 15:36:57 2025 -0700 |
tree | 5995580ee50c92620c839502a27a1f9018f8665c | |
parent | 3e3a5a81a01a2acf9078c96d7c1e0d763f28bcc7 [diff] |
Add ModalityState.Any to GuiAction invocations This should have been included in Change I33006b58b, otherwise the test will not pass (since modal dialogs will prevent other invokeLater calls from happening). Test: AltEnterSuggestestionsTest Change-Id: I458c281d35c4f276b267ba8e9e7ec29a8c426702
This project provides a simple and intuitive API for functional testing of Swing user interfaces, resulting in tests that are compact, easy to write, and read like a specification. Tests written using FEST-Swing are also robust. FEST simulates actual user gestures at the operating system level, ensuring that the application will behave correctly in front of the user. It also provides a reliable mechanism for GUI component lookup that ensures that changes in the GUI's layout or look-and-feel will not break your tests.
For more details please visit FEST's home page.