On Thu, 18 Dec 2025 21:08:02 GMT, Michael McMahon <[email protected]> wrote:

> Hi,
> 
> This is an update to the httpserver networking tests to change the usage of 
> testng to junit.
> 
> Thanks,
> Michael

test/jdk/com/sun/net/httpserver/UnmodifiableHeadersTest.java line 72:

> 70:     }
> 71: 
> 72:     public Object[][] headers() {

Could this be changed to return `Stream<Headers>`? Also if method source is 
changed to be a static method then would it remove the need to use 
TestInstance.Lifecycle.PER_CLASS?

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

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

Reply via email to