Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testGetAuthType (0.26 sec)

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

        }
    
        /**
         * Test method for {@link NtlmHttpServletRequest#getAuthType()}.
         * Verifies that the method always returns "NTLM".
         */
        @Test
        void testGetAuthType() {
            // Arrange: Define the expected authentication type
            String expectedAuthType = "NTLM";
    
            // Act: Call the method under test
            String actualAuthType = ntlmRequest.getAuthType();
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 2.7K bytes
    - Viewed (0)
Back to top