Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_crawlerList_synchronization (0.93 sec)

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

        }
    
        public void test_crawlerList_initialization() {
            assertNotNull(webFsIndexHelper.crawlerList);
            assertEquals(0, webFsIndexHelper.crawlerList.size());
        }
    
        public void test_crawlerList_synchronization() {
            // Test that the crawler list is synchronized
            List<org.codelibs.fess.crawler.Crawler> crawlerList = webFsIndexHelper.crawlerList;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 13:41:04 UTC 2025
    - 15.2K bytes
    - Viewed (0)
Back to top