Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for opacity (0.03 seconds)

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

            assertTrue(events.size() > 0);
        }
    
        @Test
        public void test_offer_bufferCapacity_dropsOldest() {
            LogNotificationHelper helper = new LogNotificationHelper();
            // Fill beyond default capacity
            for (int i = 0; i < 1100; i++) {
                helper.offer(new LogNotificationEvent(i, "ERROR", "org.test", "msg" + i, null));
            }
            List<LogNotificationEvent> events = helper.drainAll();
    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