On Tue, 28 May 2024 16:48:39 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
>> Marius Hanl has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add a test for changing the stylesheet and always process CSS for that >> matter > > tests/system/src/test/java/test/robot/javafx/scene/TooltipTest.java line 134: > >> 132: >> 133: @Test >> 134: void testSmallShowDelayTooltip() { > > what is the reason for removing 'public' keyword? JUnit 5 does not require you to keep the methods public. It was mostly done for better encapsulation, you can read more here, where also one of the JUnit Team responded. :) https://stackoverflow.com/questions/55215949/why-junit-5-default-access-modifier-changed-to-package-private ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1394#discussion_r1625927230