- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testPrincipalNameVariants (0.1 seconds)
-
src/test/java/jcifs/smb1/http/NtlmHttpServletRequestTest.java
verify(mockPrincipal, times(1)).getName(); } @ParameterizedTest @ValueSource(strings = { "", " ", "unknown" }) @DisplayName("supports multiple principal name variants") void testPrincipalNameVariants(String name, @Mock HttpServletRequest mockRequest, @Mock Principal mockPrincipal) { when(mockPrincipal.getName()).thenReturn(name);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 04:51:33 GMT 2025 - 3.4K bytes - Click Count (0)