RFR: 8373893: Refactor networking http server tests to use JUnit [v3]

Michael McMahon michaelm at openjdk.org
Tue Dec 30 13:10:04 UTC 2025


On Tue, 30 Dec 2025 12:30:08 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:

> as far as I can tell, we only need to change the provider methods and the beforeAll/afterAll methods to static in order to remove the annotation. The test methods must not be static.

Okay, that seemed to work for `DateFormatterTest.java` Obviously fields have to be declared static as well, but I'll see how it works for the others now.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28908#discussion_r2652977041


More information about the net-dev mailing list