RFR: 8319555: [TestBug] Utility for creating instruction window for manual tests [v9]
Michael Strauß
mstrauss at openjdk.org
Thu May 23 16:28:07 UTC 2024
On Thu, 23 May 2024 16:11:42 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> > Short of using a build system, how would I run a manual test with this new class?
>
> I am running from within Eclipse. Here is the command line (remove newlines) it launches the EmojiTest. I think the key is to add the location of compiled classes via `-classpath`:
Yes this will work, but it requires me to compile `ManualTestWindow.java` before. That's quite a lot of heavy-lifting without tooling support (like you get from Eclipse). Maybe we should integrate the manual tests into the Gradle build, so that running a manual test might be as easy as invoking the application plugin's `:run` task for the manual test.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1413#issuecomment-2127576658
More information about the openjfx-dev
mailing list