RFR: 8295078: TextField blurry when inside an TitledPane -> AnchorPane [v2]

Michael Strauß mstrauss at openjdk.org
Wed Nov 2 15:05:46 UTC 2022


On Wed, 2 Nov 2022 14:48:44 GMT, Marius Hanl <mhanl at 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


More information about the openjfx-dev mailing list