RFR: 7903374: Feature Tests - Adding six JavaTest GUI legacy automated test scripts [v3]
gollayadav
duke at openjdk.org
Tue Nov 8 20:29:37 UTC 2022
On Tue, 8 Nov 2022 14:55:04 GMT, Dmitry Bessonov <dbessono at openjdk.org> wrote:
> @gollayadav cannot see the answer to the quesiton or any explaination or updates
Sorry for missing this question!!!
'Markers.java' inherited 'ConfigTools.java' because it has the generic methods(For example: 'openLoadConfigDialogByMenu' - This method is used to load the configuration(.jti) file) related to javatest configuration editor and these methods are called directly from the Markers test scripts because the 'Markers' functionality/option depends on configuration editor menu.
Also, these generic methods in ConfigTools.java are used in other test scripts as well (Example: CreateWorkdir) and invoked by using the class name.
-------------
PR: https://git.openjdk.org/jtharness/pull/41
More information about the jtharness-dev
mailing list