RFR: 8339513: [TestBug] Convert fxml tests to JUnit 5

Kevin Rushforth kcr at openjdk.org
Fri Sep 13 13:09:18 UTC 2024


On Fri, 13 Sep 2024 10:45:33 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:

> This converts FXML module tests to junit5.
> 
> All changes are trivial API replacements from junit4 to junit5.
> There are no parameterized tests in this module.

All looks good. I presume you verified that there are no `assertXxxx` calls with a message string? I didn't see any, and the GHA build is green.

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

Marked as reviewed by kcr (Lead).

PR Review: https://git.openjdk.org/jfx/pull/1564#pullrequestreview-2303083363


More information about the openjfx-dev mailing list