On Mon, 7 Nov 2022 16:34:54 GMT, Andy Goryachev <[email protected]> wrote:
> We have other tests which use `@RunWith(Parameterized.class)` just fine (for > example, SkinMemoryLeakTest). Is this about mixing junit4 and junit5 classes? > > Do we need to make changes in other tests? No, this bug is about specific APIs that are part of the `junit-jupiter-params` jar file. Specifically, the `ValueSource` and `ParameterizedTest` annotations not being available at compile time in all cases. It works accidentally without the `build.gradle` fix for open builds (e.g., GHA) and fails in our CI build without this change. ------------- PR: https://git.openjdk.org/jfx/pull/939
