commit | df1ed04d564c5d4c1b95d3c75321a18bec6140bc | [log] [tgz] |
---|---|---|
author | Christophe Rhodes <xof@google.com> | Tue Apr 23 10:49:25 2019 +0100 |
committer | Christophe Rhodes <xof@google.com> | Tue Apr 23 17:09:28 2019 +0000 |
tree | 1e57568234df65214405ee3eff84debea4daae17 | |
parent | 44d091f214b3bd47708cb7964daaa7ee3ad08eae [diff] |
make pressAndReleaseKeys non-final Test code elsewhere would like to extend fixture methods in order to insert calls to waitForIdle(). Methods on JTextComponentFixture are fine, but the AbstractComponentFixture for some reason defines its methods as final. This CL makes the minimal change for ag/7088761 to work, but if this CL is right in principle then many more of the methods should probably have their `final' modifier removed Test: extension of test framework, used in tests Bug: 127954783 Change-Id: I7ef82e19b523a944f001d19fb4a65118b69c650c
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.