Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_sendToGoogleChat_withNullWebhookUrls (0.81 sec)

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

            } catch (Exception e) {
                fail("sendToGoogleChat() should not throw an exception with blank URLs: " + e.getMessage());
            }
        }
    
        public void test_sendToGoogleChat_withNullWebhookUrls() {
            // Setup mock configuration with null webhook URLs
            ComponentUtil.setFessConfig(new MockFessConfig() {
                @Override
                public String getGoogleChatWebhookUrls() {
    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