- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_extendsFromFessSystemException (0.18 seconds)
-
src/test/java/org/codelibs/fess/llm/LlmExceptionTest.java
assertEquals("Error occurred", exception.getMessage()); assertSame(cause, exception.getCause()); } @Test public void test_extendsFromFessSystemException() { final LlmException exception = new LlmException("Test"); assertTrue(exception instanceof FessSystemException); assertTrue(exception instanceof RuntimeException); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 05 04:19:06 GMT 2026 - 5.7K bytes - Click Count (0)