Android Studio 4.2.0 (7322048)
Snap for 6860036 from 7dee5aaee2db15798b3fa5f32aa31e9c578eb5d1 to studio-4.2-release

Change-Id: Ie0e68b917704340ee644e9e6ef6a0f9f22ab96f9
tree: aca194441beaa138ad0a95383b7f54978a3d0b6c
  1. fest-swing/
  2. fest-swing-junit/
  3. fest-swing-junit-4.3.1/
  4. fest-swing-junit-4.5/
  5. fest-swing-testng/
  6. README.md
README.md

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.