On Sat, 7 Mar 2026 13:49:47 GMT, Roger Riggs <[email protected]> wrote:

> Refactor ProcessBuilder and ProcessHandle tests to use Junit instead of 
> TestNG.
> Remove old main testng driver stubs that allowed tests to be run from the 
> command line.

JUnit 5 migration is a good opportunity to unify to static imports:

     1 import static org.junit.jupiter.api.Assertions.*;

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

PR Comment: https://git.openjdk.org/jdk/pull/30128#issuecomment-4019657428

Reply via email to