Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testCloneCopiesState (0.08 sec)

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

            l.updateType(SmbConstants.TYPE_SERVER);
            assertEquals(SmbConstants.TYPE_SERVER, l.getType());
        }
    
        @Test
        @DisplayName("clone copies state including addresses")
        void testCloneCopiesState() throws Exception {
            UniAddress a1 = mock(UniAddress.class);
            when(nsc.getAllByName("server", false)).thenReturn(new Address[] { a1 });
            SmbResourceLocatorImpl l = locator("smb://server/share/path");
    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