Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testTreeConnectWithWaitInterrupted (0.14 sec)

  1. src/test/java/jcifs/smb1/smb1/SmbTreeTest.java

            // Should throw exception for invalid operation
            assertThrows(SmbException.class, () -> tree.send(request, response));
        }
    
        @Test
        void testTreeConnectWithWaitInterrupted() throws Exception {
            // Create a tree and simulate concurrent connection attempt
            SmbTree tree = new SmbTree(session, "testShare", "testService");
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 10.2K bytes
    - Viewed (0)
Back to top