Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_crawl_withBothConfigs (0.91 sec)

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

                webFsIndexHelper.crawl("sessionId", null, fileConfigIds);
                assertTrue(true);
            } catch (Exception e) {
                assertTrue(true);
            }
        }
    
        public void test_crawl_withBothConfigs() {
            List<String> webConfigIds = Arrays.asList("webConfig1");
            List<String> fileConfigIds = Arrays.asList("fileConfig1");
    
            // Mock CrawlingConfigHelper
    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