- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_nullHandling (0.5 seconds)
-
src/test/java/org/codelibs/fess/exception/QueryParseExceptionTest.java
assertTrue(queryParseException instanceof Exception); assertTrue(queryParseException instanceof Throwable); } @Test public void test_nullHandling() { // Test with null ParseException QueryParseException queryParseException = new QueryParseException(null); assertNotNull(queryParseException); assertNull(queryParseException.getCause());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 5.3K bytes - Click Count (0)