Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NotificationHelper (0.08 sec)

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

                public String getHostname() {
                    return "test-hostname";
                }
            };
    
            FessConfig fessConfig = createTestFessConfig();
    
            NotificationHelper notificationHelper = new NotificationHelper() {
                // Mock send method
                public void send(final Object postcard) {
                    // Mock implementation
                }
            };
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/exec/CrawlerTest.java

            notificationHelper = new NotificationHelper() {
                @Override
                public void send(CardView cardView, SMailPostingDiscloser discloser) {
                    // Mock implementation
                }
            };
            ComponentUtil.register(notificationHelper, "notificationHelper");
    
            postbox = new Postbox() {
                // Mock implementation
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 30.5K bytes
    - Viewed (0)
Back to top