Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_formatDetails_displayLimit (0.12 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/job/LogNotificationJobTest.java

                }
            }, "searchEngineClient");
    
            String result = logNotificationJob.execute();
            assertEquals("No log notifications.", result);
        }
    
        @Test
        public void test_formatDetails_displayLimit() {
            TestableLogNotificationJob testableJob = new TestableLogNotificationJob();
            List<LogNotificationEvent> events = new ArrayList<>();
            for (int i = 0; i < 60; i++) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 10.5K bytes
    - Click Count (0)
Back to Top