Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

            assertTrue(details.contains("... and 50 more"));
            // Long messages should be truncated with "..."
            assertTrue(details.contains("..."));
        }
    
        @Test
        public void test_formatDetails_withThrowable() {
            TestableLogNotificationJob testableJob = new TestableLogNotificationJob();
    
            long timestamp = 1700000000000L;
            List<LogNotificationEvent> events = new ArrayList<>();
    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