- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testSuppressedExceptions (0.17 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/RuntimeCIFSExceptionTest.java
assertEquals("Cause", e.getCause().getMessage()); } } @Test @DisplayName("Should handle suppressed exceptions") void testSuppressedExceptions() { // Given RuntimeCIFSException mainException = new RuntimeCIFSException("Main error"); RuntimeException suppressedException = new RuntimeException("Suppressed error"); // When
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 10.2K bytes - Click Count (0)