On Thu, 2 Apr 2026 13:23:27 GMT, Mahendra Chhipa <[email protected]> wrote:
> Converted java/net/spi/InetAddressResolverProvider test from testNg to JUnit.
test/jdk/java/net/spi/InetAddressResolverProvider/AddressesCachingTest.java
line 69:
> 67: boolean observedTwoLookups = performLookups(false);
> 68: if (CACHING_DISABLED) {
> 69: Assertions.assertTrue(observedTwoLookups,
Have you considered adding a static import for `Assertions.*` here and in other
files in this PR?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30552#discussion_r3028123889