Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            // Calling finalize directly to execute the logic; should not throw
            h.finalize();
        }
    
        @Test
        @DisplayName("toString() contains UNC and id representation")
        void toString_containsExpected() {
            when(cfg.isTraceResourceUsage()).thenReturn(false);
            stubValidTree(1L, true, true);
    
            byte[] fidBytes = new byte[] { 0x01, 0x02 };
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 12.3K bytes
    - Viewed (0)
Back to top