Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_send_withBothConfigurations (0.23 sec)

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

            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
            ComponentUtil.setFessConfig(new MockFessConfig());
    
            MockSMailPostingDiscloser discloser = new MockSMailPostingDiscloser();
    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