RFR: 8294156: Allow PassFailJFrame.Builder to create test UI
Alexey Ivanov
aivanov at openjdk.org
Tue Sep 12 13:46:39 UTC 2023
On Tue, 12 Sep 2023 13:06:02 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:
> Shouldn't we mention here a window added by `testUI` via builder?
I don't think it's necessary: the builder uses `addTestWindow` under the hood. It's the builder that requires documentation.
In fact, the entire class requires a bit of TLC for documentation. I even wrote some after Lawrence @lawrence-andrew created the first version of `PassFailJFrame` but I never finished it. Even this part was implemented nearly a year ago.
I plan to create a wiki page on the [client-libs wiki](https://wiki.openjdk.org/display/ClientLibs) to describe creating manual tests with `PassFailJFrame`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15665#discussion_r1323068184
More information about the client-libs-dev
mailing list