Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_formatDetails (0.26 seconds)

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

            ComponentUtil.setFessConfig(fessConfig);
    
            String result = logNotificationJob.execute();
    
            assertEquals("No notification targets configured.", result);
        }
    
        @Test
        public void test_formatDetails() {
            TestableLogNotificationJob testableJob = new TestableLogNotificationJob();
    
            long timestamp = 1700000000000L; // fixed timestamp for predictable output
    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