- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for checkException (0.28 seconds)
-
src/test/java/jcifs/smb/SmbCopyUtilTest.java
w.wait(100); } // Wait a bit more to ensure exception is captured Thread.sleep(100); // Act + Assert: checkException should throw the SmbException captured by the thread assertThrows(SmbException.class, w::checkException); // Stop the thread synchronized (w) { w.write(new byte[0], -1, out); } w.join(2000); }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 12.1K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbCopyUtil.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 16.6K bytes - Click Count (0)