tag | 3a19f09acc5b9de2418c8db5a0b8e4b0bf937caa | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Wed Oct 05 12:06:28 2022 -0700 |
object | b20913eb1c36bfb7a1fdcc6762b64a010bc0733e |
Android Studio 2022.1.1-beta2 (9113387)
commit | b20913eb1c36bfb7a1fdcc6762b64a010bc0733e | [log] [tgz] |
---|---|---|
author | Tom Renn <tomrenn@google.com> | Fri Jan 21 15:03:41 2022 -0800 |
committer | Tom Renn <tomrenn@google.com> | Fri Jan 21 15:03:41 2022 -0800 |
tree | e5a8ebeb62e367f325046d6484dc375bf3dbcb73 | |
parent | 72e469633d42fc590aff80ee10a96b8076afba15 [diff] |
Use JvmImport Bug: 200690965 Test: presubmit Change-Id: I874ff239426d79ae11a1150f7949ab74fe08ad4b
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.