tag | d09b549ec20d122d0d7a43c2d3f372c594b8564e | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Thu Sep 15 15:53:59 2022 -0700 |
object | 81dafa1d47721b8ee0f52c1fee55bea61738ec49 |
Android Studio 2021.3.1 (9014738)
commit | 81dafa1d47721b8ee0f52c1fee55bea61738ec49 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Jan 31 23:14:18 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Jan 31 23:14:18 2022 +0000 |
tree | e5a8ebeb62e367f325046d6484dc375bf3dbcb73 | |
parent | 72e469633d42fc590aff80ee10a96b8076afba15 [diff] | |
parent | b20913eb1c36bfb7a1fdcc6762b64a010bc0733e [diff] |
Snap for 8122152 from b20913eb1c36bfb7a1fdcc6762b64a010bc0733e to studio-dolphin-release Change-Id: I0b6d72535f23b0a88495ad9db49ccd7b44a77199
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.