Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testFormatDetails (0.15 seconds)

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

            List<LogNotificationEvent> events = new ArrayList<>();
            events.add(new LogNotificationEvent(timestamp, "ERROR", "org.codelibs.fess.TestClass", "Something went wrong", null));
    
            String details = testableJob.testFormatDetails(events);
    
            assertNotNull(details);
            assertTrue(details.contains("Total: 1 event(s)"));
            assertTrue(details.contains("ERROR"));
            assertTrue(details.contains("org.codelibs.fess.TestClass"));
    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