On Tue, 8 Aug 2023 12:25:53 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

>> Jose Pereda has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Migrate old tests to JUnit 5
>
> modules/javafx.graphics/src/test/java/test/javafx/scene/layout/BorderPaneTest.java
>  line 40:
> 
>> 38: import org.junit.Test;
>> 39: import org.junit.jupiter.params.ParameterizedTest;
>> 40: import org.junit.jupiter.params.provider.CsvSource;
> 
> We don't want to mix JUnit4 and JUnit5 API calls in the same test class file.

Fixed, migrated the existing tests to JUnit 5

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1203#discussion_r1287786105

Reply via email to