Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_formatDetails_emptyList (0.1 seconds)

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

            // Throwable is no longer included in summary-oriented format
            // Only log message is shown per event line
        }
    
        @Test
        public void test_formatDetails_emptyList() {
            TestableLogNotificationJob testableJob = new TestableLogNotificationJob();
    
            String details = testableJob.testFormatDetails(Collections.emptyList());
    
            assertNotNull(details);
    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