tag | faf8c81300079e386f3631ecea8ea99bc7ae6b09 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Mon Jan 09 16:05:00 2023 -0800 |
object | 8f8a30e73683c12026101930b1beaf187851444a |
Android Studio Flamingo Canary 10 (9409768)
commit | 8f8a30e73683c12026101930b1beaf187851444a | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Oct 13 22:09:28 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Oct 13 22:09:28 2022 +0000 |
tree | 38fdb3b6efd8df1b4526e9fe7e56c6c0ae0647fc | |
parent | b20913eb1c36bfb7a1fdcc6762b64a010bc0733e [diff] | |
parent | b942617683474c5f2e338d69014b92278ad27f95 [diff] |
Snap for 9170551 from b942617683474c5f2e338d69014b92278ad27f95 to studio-flamingo-release Change-Id: I56b49cce7c02e2741ef382064f0233b72bb57d3e
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.