- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_appendException_nestedException (0.14 sec)
-
src/test/java/org/codelibs/fess/timer/MonitorTargetTest.java
assertTrue(buf.toString().contains("RuntimeException")); } // Test appendException method with nested exception public void test_appendException_nestedException() { StringBuilder buf = new StringBuilder(); Exception cause = new IllegalArgumentException("Root cause"); Exception exception = new RuntimeException("Wrapper exception", cause);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11K bytes - Viewed (0)