- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_withComplexCauseChain (0.22 seconds)
-
src/test/java/org/codelibs/fess/exception/ScriptEngineExceptionTest.java
assertNotNull(result); assertTrue(result.contains("ScriptEngineException")); assertTrue(result.contains(message)); } @Test public void test_withComplexCauseChain() { // Test with a chain of exceptions Exception rootCause = new NullPointerException("Root cause"); Exception intermediateCause = new IllegalStateException("Intermediate cause", rootCause);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 7.7K bytes - Click Count (0)