- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testCompressIPv6 (0.06 seconds)
-
src/test/java/org/codelibs/fess/util/IpAddressUtilTest.java
import java.net.UnknownHostException; import org.junit.jupiter.api.Test; /** * Unit tests for IpAddressUtil class. */ public class IpAddressUtilTest { @Test public void testCompressIPv6() { // Test IPv6 compression (using reflection to access protected method) try { java.lang.reflect.Method method = IpAddressUtil.class.getDeclaredMethod("compressIPv6", String.class);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 08:31:03 GMT 2025 - 8.9K bytes - Click Count (0)