- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getNewContext (0.16 sec)
-
src/test/java/jcifs/tests/SessionTest.java
assertEquals(before, t.getInflightRequests()); } } } @Test public void testAuthErrorNoConnLeak () throws Exception { CIFSContext cifsContext = getNewContext().withCredentials(new NtlmPasswordAuthenticator("wrong", "wrong", "wrong")); try ( SmbFile f = new SmbFile("smb://" + getTestServer() + "/IPC$/test", cifsContext); ) { f.connect();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:09:03 UTC 2023 - 15.8K bytes - Viewed (0) -
src/test/java/jcifs/tests/EnumTest.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:09:03 UTC 2023 - 25.5K bytes - Viewed (0)