Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testAuthTypeConstant (0.64 sec)

  1. src/test/java/jcifs/smb1/http/NtlmHttpServletRequestTest.java

            assertEquals("Request cannot be null", ex.getMessage());
        }
    
        @Test
        @DisplayName("auth type is always NTLM")
        void testAuthTypeConstant(@Mock HttpServletRequest mockRequest, @Mock Principal mockPrincipal) {
            // No need to stub getName() since we're not calling getRemoteUser()
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 3.4K bytes
    - Viewed (0)
Back to top