- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testDoAuthentication (0.1 sec)
-
src/test/java/jcifs/http/NtlmSspTest.java
/** * Test case for the instance method doAuthentication. * It should just delegate to the static authenticate method. * @throws IOException */ @Test public void testDoAuthentication() throws IOException { // Setup: No "Authorization" header to follow a simple path when(mockRequest.getHeader("Authorization")).thenReturn(null); // Execute
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 11.4K bytes - Viewed (0)