On Tue, 21 Jun 2022 23:32:02 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
>> Marius Hanl has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8218826: changed test file to use junit5 api > > modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/TreeTableRowSkinTest.java > line 38: > >> 36: import javafx.scene.control.TreeTableView; >> 37: import javafx.scene.control.cell.TreeItemPropertyValueFactory; >> 38: import org.junit.After; > > Since this is a new file, I suggest using the JUnit5 API. done ------------- PR: https://git.openjdk.org/jfx/pull/800