- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testSuppressedExceptions (1.73 sec)
-
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
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.2K bytes - Viewed (0)