Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_multipleDifferentErrors (0.07 sec)

  1. 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)
Back to top