- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testStackTracePreservation (0.08 sec)
-
src/test/java/jcifs/RuntimeCIFSExceptionTest.java
assertEquals("Intermediate", intermediateCause.getMessage()); assertEquals("Root error", rootCause.getMessage()); } @Test @DisplayName("Should preserve stack trace") void testStackTracePreservation() { // When RuntimeCIFSException exception = new RuntimeCIFSException("Test exception"); // Then assertNotNull(exception.getStackTrace());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.2K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbExceptionTest.java
// The implementation determines this assertNotNull(sharingViolation); } @Test @DisplayName("Should preserve stack trace information") void testStackTracePreservation() { // When SmbException exception = new SmbException("Test exception"); // Then assertNotNull(exception.getStackTrace());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.9K bytes - Viewed (0)