- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_throwAndCatchException (0.19 seconds)
-
src/test/java/org/codelibs/fess/exception/StorageExceptionTest.java
assertEquals(level1, level3.getCause().getCause()); assertEquals("Level 1", level3.getCause().getCause().getMessage()); } @Test public void test_throwAndCatchException() { // Test throwing and catching the exception String expectedMessage = "Storage failure"; try { throw new StorageException(expectedMessage);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 7.2K bytes - Click Count (0)