Hi, may I get a review for this change that converts the remaining TestNG tests under test/jdk/java/net to JUnit.
An exception is `java/net/NetworkInterface/NetworkInterfaceStreamTest.java` which depends on library classes depending on TestNG. Converting that test is not done here but is tracked by [JDK-8381848](https://bugs.openjdk.org/browse/JDK-8381848) --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8381842: Refactor remaining TestNG tests under java/net/ to use JUnit Changes: https://git.openjdk.org/jdk/pull/30681/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30681&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8381842 Stats: 591 lines in 17 files changed: 105 ins; 84 del; 402 mod Patch: https://git.openjdk.org/jdk/pull/30681.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30681/head:pull/30681 PR: https://git.openjdk.org/jdk/pull/30681
