Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testSuppressedExceptions (0.14 seconds)

  1. 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)
Back to Top