- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for firstCalledNameForInetAddressConformsToUpperCase (0.14 sec)
-
src/test/java/jcifs/smb1/UniAddressTest.java
* 2. Value based tests for instance methods * --------------------------------------------------------------------- */ @ParameterizedTest @MethodSource("hostnamesProvider") void firstCalledNameForInetAddressConformsToUpperCase(String hostname, String hostWithoutDot, String expectedPrefix) { // Arrange InetAddress addr = mock(InetAddress.class); when(addr.getHostName()).thenReturn(hostname);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.9K bytes - Viewed (0)