Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testWorkingResourceCreation (1.42 sec)

  1. src/test/java/jcifs/context/BaseContextTest.java

            assertSame(cache1, cache2, "Buffer cache should be consistent");
        }
    
        @Test
        @DisplayName("Context should provide working resource creation")
        void testWorkingResourceCreation() throws CIFSException {
            // When
            SmbResource resource1 = context.get("smb://server1/share1/file1.txt");
            SmbResource resource2 = context.get("smb://server2/share2/file2.txt");
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 15.1K bytes
    - Viewed (0)
Back to top