Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testMultipleDirectoryCaching (0.68 sec)

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

            assertNull(directoryLeaseManager.getCacheEntry(directoryPath));
            assertFalse(directoryLeaseManager.canCacheDirectoryListing(directoryPath));
        }
    
        @Test
        public void testMultipleDirectoryCaching() throws Exception {
            String dir1 = "/test/dir1";
            String dir2 = "/test/dir2";
    
            // Setup mock files for this test
            when(mockFile1.getName()).thenReturn("document.txt");
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 01:47:47 UTC 2025
    - 14.2K bytes
    - Viewed (0)
Back to top