- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testHasDefaultCredentials_withAnonymous (0.25 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/context/AbstractCIFSContextTest.java
void testHasDefaultCredentials_withNonAnonymous() { when(mockCredentials.isAnonymous()).thenReturn(false); assertTrue(context.hasDefaultCredentials()); } @Test void testHasDefaultCredentials_withAnonymous() { when(mockCredentials.isAnonymous()).thenReturn(true); assertFalse(context.hasDefaultCredentials()); } @Test void testHasDefaultCredentials_withNull() {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 7K bytes - Click Count (0) -
src/test/java/jcifs/context/CIFSContextWrapperTest.java
Shinsuke Sugaya <******@****.***> 1755149504 +0900
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 10.7K bytes - Click Count (0)