Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_getFailures (0.15 seconds)

  1. src/test/java/org/codelibs/fess/suggest/index/writer/SuggestWriterResultTest.java

            assertFalse(result.hasFailure());
    
            result.addFailure(new Exception("Test"));
    
            assertTrue(result.hasFailure());
        }
    
        @Test
        public void test_getFailures() throws Exception {
            SuggestWriterResult result = new SuggestWriterResult();
    
            Exception exception1 = new Exception("Error 1");
            Exception exception2 = new RuntimeException("Error 2");
    
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Thu Nov 13 00:40:54 GMT 2025
    - 4.3K bytes
    - Click Count (0)
Back to Top