- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_crawl_withEmptyLists (0.14 sec)
-
src/test/java/org/codelibs/fess/helper/WebFsIndexHelperTest.java
try { webFsIndexHelper.crawl("sessionId", null, null); assertTrue(true); } catch (Exception e) { assertTrue(true); } } public void test_crawl_withEmptyLists() { try { webFsIndexHelper.crawl("sessionId", Collections.emptyList(), Collections.emptyList()); assertTrue(true); } catch (Exception e) { assertTrue(true);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 15.2K bytes - Viewed (0)