- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testConstructorWithError_unknownCode (0.27 sec)
-
src/test/java/jcifs/dcerpc/DcerpcExceptionTest.java
"Message should contain the corresponding fault message."); } /** * Test constructor DcerpcException(int error) with an unknown error code. */ @Test void testConstructorWithError_unknownCode() { int errorCode = 0x12345678; // An arbitrary unknown error code DcerpcException exception = new DcerpcException(errorCode);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.8K bytes - Viewed (0)