Provide a name for a module library in fest-swing

When building the release bundle with UI tests,
LayoutBuilder.getLibraryName fails while processing the module libraries
in fest-swing, as they have multiple roots. This change names the
library so LayoutBuilder does not have to attempt to infer it from the
names of the jars therein.

Bug: 109812409
Change-Id: I8c471cecf5ecdbcaa612e2aba5f44637d5002fc7
1 file changed
tree: 1e4202843ce07b95bcc0cf25debd5b2ce98e056e
  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.