Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testOverlaps (0.04 sec)

  1. src/test/java/jcifs/smb/SmbResourceLocatorImplTest.java

            assertEquals(l3, l4);
            assertEquals(l3.hashCode(), l4.hashCode());
        }
    
        @Test
        @DisplayName("overlaps requires same address and canonical URL prefix match")
        void testOverlaps() throws Exception {
            UniAddress a = mock(UniAddress.class);
            when(nsc.getAllByName(anyString(), anyBoolean())).thenReturn(new Address[] { a });
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 17.6K bytes
    - Viewed (0)
Back to top