- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_multipleDifferentErrors (0.17 seconds)
-
src/test/java/org/codelibs/fess/suggest/index/SuggestDeleteResponseTest.java
SuggestDeleteResponse response = new SuggestDeleteResponse(null, 0); assertEquals(0, response.getTook()); assertFalse(response.hasError()); } @Test public void test_multipleDifferentErrors() throws Exception { List<Throwable> errors = new ArrayList<>(); errors.add(new Exception("Exception error")); errors.add(new RuntimeException("Runtime error"));
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Thu Nov 13 00:40:54 GMT 2025 - 3.9K bytes - Click Count (0)