Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testResourceCreationConsistency (0.1 sec)

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

            assertNotNull(realContext.getTransportPool(), "Transport pool should be initialized");
        }
    
        @Test
        @DisplayName("Context should handle resource creation consistently")
        void testResourceCreationConsistency() throws CIFSException {
            // Test that resource creation works consistently
            String[] validUrls = { "smb://server1/share1/", "smb://server2/share2/file.txt" };
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 15.1K bytes
    - Viewed (0)
Back to top