- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testDOSErrorCodes (0.05 sec)
-
src/test/java/jcifs/smb/SmbExceptionTest.java
|| exception.getMessage().toLowerCase().contains("process")); } @Test @DisplayName("Should handle DOS error codes") void testDOSErrorCodes() { // Given int dosError = 0x00020002; // File not found from DOS_ERROR_CODES // When SmbException exception = new SmbException(dosError, false); // Then
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.9K bytes - Viewed (0)