- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_multipleDifferentErrors (0.1 sec)
-
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"));
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Thu Nov 13 00:40:54 UTC 2025 - 3.9K bytes - Viewed (0)