- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testWithGuestCrendentials (0.09 sec)
-
src/test/java/jcifs/CIFSContextTest.java
assertEquals(newContext, context); verify(mockContext).withAnonymousCredentials(); } @Test @DisplayName("Should get context with guest credentials") void testWithGuestCrendentials() { // Given CIFSContext newContext = mock(CIFSContext.class); when(mockContext.withGuestCrendentials()).thenReturn(newContext); // When
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.8K bytes - Viewed (0)