On Mon, 5 Dec 2022 16:03:25 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
>> Thiago Milczarek Sayao has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Add test > > tests/system/src/test/java/test/robot/javafx/scene/SceneChangeShouldNotFocusStageTest.java > line 41: > >> 39: import org.junit.Assert; >> 40: import org.junit.BeforeClass; >> 41: import org.junit.Test; > > Since this is a new test class, you should probably use the JUnit5 API. Done ------------- PR: https://git.openjdk.org/jfx/pull/940