On Wed, 2 Nov 2022 14:48:44 GMT, Marius Hanl <mh...@openjdk.org> wrote:
>> modules/javafx.graphics/src/test/java/test/javafx/scene/layout/AnchorPaneTest.java >> line 35: >> >>> 33: import javafx.stage.Stage; >>> 34: import org.junit.jupiter.params.ParameterizedTest; >>> 35: import org.junit.jupiter.params.provider.ValueSource; >> >> In our tests, we don't mix junit4 and junit5 APIs in single test class. >> Could you please find an alternate/junit4 way for these two. > > There is not really an alternative for this in junit4. I can create a new > test class instead. There's no need to do that. `AnchorPaneTest` works just as well if you simply use the JUnit5 imports exclusively. ------------- PR: https://git.openjdk.org/jfx/pull/910