Please find here a change that refactors `test/jdk/java/net/httpclient/http3/H3ErrorHandlingTest.java` to use JUnit.
This fix also renames `QuicStandaloneServer::addHandler` to `QuicStandaloneServer::setHandler` - since the method doesn't add anything but simply sets a variable. Finally, it also sets up `test/jdk/java/net/httpclient/TEST.properties` to reject `testng` actions in jtreg tests under `test/jdk/java/net/httpclient`, since that was the last test that needed to be converted in this test hierarchy. ------------- Commit messages: - 8378569: Refactor test/jdk/java/net/httpclient/http3/H3ErrorHandlingTest.java to use JUnit Changes: https://git.openjdk.org/jdk/pull/30079/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30079&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8378569 Stats: 150 lines in 11 files changed: 44 ins; 31 del; 75 mod Patch: https://git.openjdk.org/jdk/pull/30079.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30079/head:pull/30079 PR: https://git.openjdk.org/jdk/pull/30079
