Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            super.setUp();
            crawlerLogHelper = new CrawlerLogHelper();
        }
    
        public void test_instantiation() {
            assertNotNull(crawlerLogHelper);
        }
    
        public void test_log_method_exists() {
            // Test that the log method exists and can be called
            // We can't easily test the actual functionality without complex mocking
            // but we can verify the class structure
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 13:41:04 UTC 2025
    - 1.4K bytes
    - Viewed (0)
Back to top