Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_offer_bufferCapacity (0.14 seconds)

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

            assertEquals(1, first.size());
            List<LogNotificationEvent> second = helper.drainAll();
            assertTrue(second.isEmpty());
        }
    
        @Test
        public void test_offer_bufferCapacity() {
            LogNotificationHelper helper = new LogNotificationHelper();
            // Default buffer size is 1000; offer more than that
            for (int i = 0; i < 1100; i++) {
    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