Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for appendTimestamp (0.04 sec)

  1. src/test/java/org/codelibs/fess/timer/MonitorTargetTest.java

            assertTrue(result.contains("2021") || result.contains("Jan") || result.contains("1609459200000"));
        }
    
        // Test appendTimestamp method
        public void test_appendTimestamp() {
            StringBuilder buf = new StringBuilder();
    
            monitorTarget.appendTimestamp(buf);
            String result = buf.toString();
            assertTrue(result.startsWith("\"timestamp\":\""));
            assertTrue(result.endsWith("\""));
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 11K bytes
    - Viewed (0)
Back to top