Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_constantValue (0.07 sec)

  1. src/test/java/org/codelibs/fess/helper/NotificationHelperTest.java

            assertNotNull(result);
            // Unicode characters may be escaped in JSON
            assertTrue(result.contains("ใƒ†ใ‚นใƒˆ") || result.contains("\\u"));
        }
    
        public void test_constantValue() {
            assertEquals('\n', NotificationHelper.LF);
        }
    
        public void test_send_withBothConfigurations() {
            // Setup mock configuration with both webhook URLs
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 13:41:04 UTC 2025
    - 19.6K bytes
    - Viewed (0)
Back to top