RFR: 8373893: Refactor networking http server tests to use JUnit [v5]
Alan Bateman
alanb at openjdk.org
Wed Dec 31 06:31:01 UTC 2025
On Tue, 30 Dec 2025 17:50:20 GMT, Michael McMahon <michaelm at openjdk.org> wrote:
>> Hi,
>>
>> This is an update to the httpserver networking tests to change the usage of testng to junit.
>>
>> Thanks,
>> Michael
>
> Michael McMahon has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains seven commits:
>
> - Merge branch 'master' into JUNIT-8373893
> - removed remaining PER_CLASS annotations
> - review update
> - Apply suggestions from code review
>
> Co-authored-by: Daniel Jelinski <djelinski1 at gmail.com>
> - test update
> - copyright update
> - output from tool modified for a few files
test/jdk/com/sun/net/httpserver/HeadersTest.java line 162:
> 160: }
> 161:
> 162: public static Object[][] responseHeaders() {
I assume this could be return `Stream<Arguments>` instead of `Object[][]`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28908#discussion_r2654881604
More information about the net-dev
mailing list