Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testRegisterSmbURLHandlerWhenPkgsIsNull (1.11 sec)

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

            CIFSContext secondInstance = SingletonContext.getInstance();
            assertSame(firstInstance, secondInstance);
        }
    
        @Test
        void testRegisterSmbURLHandlerWhenPkgsIsNull() {
            // Test registerSmbURLHandler when java.protocol.handler.pkgs is null
            System.clearProperty("java.protocol.handler.pkgs");
            SingletonContext.registerSmbURLHandler();
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 7.9K bytes
    - Viewed (0)
Back to top