RFR: 7903438: Feature Tests - Adding five JavaTest GUI legacy automated test scripts [v3]
gollayadav
duke at openjdk.org
Wed Feb 22 09:49:41 UTC 2023
On Mon, 20 Feb 2023 13:39:49 GMT, Dmitry Bessonov <dbessono at openjdk.org> wrote:
> Please correct all class-level javadoc comments.
Thank you for reviewing. Updated the javadoc comments in the test scripts. Could you please look into it.
> 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
@dbessono Thank you for reviewing. I have updated the test scripts. Could you please look into it.
-------------
PR: https://git.openjdk.org/jtharness/pull/45
More information about the jtharness-dev
mailing list