Android Studio 3.2.1
Snap for 4745545 from 13e0087fa1ebd79759084f3eac257b4f46182c94 to studio-3.2-release

Change-Id: If9b3ba2816db6a07c7d695a02569e68af3a6bf80
tree: d5b604d21a788dfe210e39e7ee8cf94f0d365adc
  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.