- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testGetInetAddressArray (0.08 sec)
-
src/test/java/jcifs/ConfigTest.java
assertTrue(Config.getBoolean(testProperties, "nonexistent.bool", true)); } @Test @DisplayName("Should get InetAddress array property") void testGetInetAddressArray() throws UnknownHostException { testProperties.setProperty("test.hosts", "localhost,127.0.0.1"); InetAddress[] defaultArray = { InetAddress.getByName("0.0.0.0") };
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 3.6K bytes - Viewed (0)