Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for msg1099 (0.02 seconds)

  1. src/test/java/org/codelibs/fess/helper/LogNotificationHelperTest.java

            }
            List<LogNotificationEvent> events = helper.drainAll();
            // The newest events should be retained; oldest dropped
            // Last event should be msg1099
            LogNotificationEvent last = events.get(events.size() - 1);
            assertEquals("msg1099", last.getMessage());
        }
    
        @Test
        public void test_concurrent_offerAndDrain() throws Exception {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 6.3K bytes
    - Click Count (0)
Back to Top