RFR: 7903438: Feature Tests - Adding five JavaTest GUI legacy automated test scripts
Dmitry Bessonov
dbessono at openjdk.org
Mon Feb 20 13:48:44 UTC 2023
On Sat, 18 Feb 2023 08:29:16 GMT, gollayadav <duke at openjdk.org> wrote:
> Adding below automated legacy JavaTest GUI feature Test Scripts to the Jemmy regression suite and tested locally on three platforms(Linux, Windows, Mac OS) and working fine. Also verified with JDK8 on macOS.
>
> 1.Markers19.java
> 2.Markers20.java
> 3.ViewFilter3.java
> 4.ViewFilter4.java
> 5.ViewFilter5.java
gui-tests/src/gui/src/jthtest/ViewFilter/ViewFilter2.java line 48:
> 46:
> 47: @Test
> 48: public void testViewFilter2() throws InterruptedException, ClassNotFoundException, InvocationTargetException, NoSuchMethodException {
InterruptedException is not thrown from the method's code.
UPD: same problem for all the ViewFilter tests in this PR
-------------
PR: https://git.openjdk.org/jtharness/pull/45
More information about the jtharness-dev
mailing list