On Fri, 21 Aug 2026 19:23:04 GMT, Andy Goryachev <[email protected]> wrote:

>> As far as I know, it is not necessary, because the Junit creates a new 
>> instance of the test class for each test method call.
>
> This may or may not be true, as it depends on junit5 configuration
> 
> junit.jupiter.testinstance.lifecycle.default = per_class
> 
> there is no harm in adhering to good coding practices

I think we usually do not `null` the `stageLoader`.
In any case I have some test improvements planned for this after JUnit 6 is 
merged

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2253#discussion_r3851632660

Reply via email to