Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/test/java/jcifs/internal/smb2/lease/LeaseManagerTest.java

            assertEquals(entryByKey, entryByPath);
            assertEquals(path, entryByPath.getPath());
        }
    
        @Test
        @DisplayName("Should release all leases")
        void testReleaseAll() {
            String path1 = "/share/file1.txt";
            String path2 = "/share/file2.txt";
    
            Smb2LeaseKey key1 = leaseManager.requestLease(path1, Smb2LeaseState.SMB2_LEASE_READ_CACHING);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 00:16:17 UTC 2025
    - 13.2K bytes
    - Viewed (0)
Back to top