RFR: 7903118: Sanity Tests - Adding four JavaTest GUI newly automated sanity test scripts

Dmitry Bessonov dbessono at openjdk.java.net
Fri Mar 11 01:39:53 UTC 2022


On Mon, 7 Mar 2022 16:16:52 GMT, gollayadav <duke at openjdk.java.net> wrote:

> Adding below automated JavaTest GUI Sanity Test Scripts to the Jemmy regression suite and tested locally on three platforms(Linux, Windows, Mac OS) and working fine.
> 
> 1.Test_Config_Edit3.java
> 2.Test_Config_Load1.java
> 3.Test_Config_New1.java
> 4. Test_Config_Save2.java

gui-tests/src/gui/src/jthtest/Sanity_Tests/Test_Config_Edit3.java line 65:

> 63:      * @throws NoSuchMethodException     Occurs when a method is called that exists
> 64:      *                                   at compile-time, but does not exist at
> 65:      *                                   runtime.

What is the idea of copying here a very general description of each exception? This comment seems applicable to all the tests in the PR.

-------------

PR: https://git.openjdk.java.net/jtharness/pull/24


More information about the jtharness-dev mailing list