RFR: 8339511: [TestBug] Convert Non parametrized base tests to JUnit 5 [v4]

Kevin Rushforth kcr at openjdk.org
Fri Sep 20 21:15:40 UTC 2024


On Fri, 20 Sep 2024 20:08:40 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> Could not run the junit4 query because there are still parameterized tests left.

What I did to verify this was to do a grep just on those files that changed:


git diff --name-only master... | xargs grep -n -e "org.junit" -e "junit.framework" | grep -v jupiter


So, while this doesn't verify that this PR picked up all classes without parameterized tests, it does confirm that there are no JUnit4 imports left in any of the ones that were converted.

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

PR Comment: https://git.openjdk.org/jfx/pull/1576#issuecomment-2364624830


More information about the openjfx-dev mailing list