Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testOpenConnection_WithSystemPropertyHandler_SkipsJcifsPackage (0.55 seconds)

  1. src/test/java/jcifs/http/HandlerTest.java

            // Verify that our custom factory was indeed used.
            verify(mockFactory).createURLStreamHandler("http");
        }
    
        @Test
        void testOpenConnection_WithSystemPropertyHandler_SkipsJcifsPackage() throws Exception {
            // This test verifies that the handler resolution mechanism correctly skips the 'jcifs'
            // package when it is listed in the 'java.protocol.handler.pkgs' system property.
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 11.1K bytes
    - Click Count (0)
Back to Top