- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testIPv6Constructor (0.14 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/internal/smb2/multichannel/NetworkInterfaceInfoTest.java
assertEquals(testAddress, info.getAddress()); assertEquals(1000, info.getLinkSpeed()); assertFalse(info.isIpv6()); assertEquals(0, info.getCapability()); } @Test void testIPv6Constructor() throws UnknownHostException { InetAddress ipv6Address = InetAddress.getByName("2001:db8::1"); NetworkInterfaceInfo info = new NetworkInterfaceInfo(ipv6Address, 1000);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 11:13:46 GMT 2025 - 4.9K bytes - Click Count (0)