Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testMultipleDirectoryCaching (0.22 seconds)

  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");
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 01:47:47 GMT 2025
    - 14.2K bytes
    - Click Count (0)
  2. src/test/java/jcifs/internal/smb2/lease/DirectoryLeaseManagerTest.java

    Shinsuke Sugaya <******@****.***> 1755913667 +0900
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 01:47:47 GMT 2025
    - 15.9K bytes
    - Click Count (0)
Back to Top