RFR: 7903374: Feature Tests - Adding six JavaTest GUI legacy automated test scripts [v3]

Dmitry Bessonov dbessono at openjdk.org
Wed Nov 9 17:56:43 UTC 2022


On Wed, 9 Nov 2022 11:31:54 GMT, gollayadav <duke at openjdk.org> wrote:

>> The question is specifically about having these methods of class Markers _static_. If they are kept static then static imports could be used instead inheritance. Or if they are supposed to be used as inherited methods then they should be made non-static.
>
> Thanks again for your review comments.
> 
> Correct, and I have updated the static import in the test script. Changes are available now and the build is also successful. Could you please check it once?

Checked the test run again. Successful. Thanks for using static imports in two contributed classes. Looks good.

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

PR: https://git.openjdk.org/jtharness/pull/41


More information about the jtharness-dev mailing list