- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_startCrawling (1.21 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerThreadTest.java
final boolean result = (boolean) method.invoke(crawlerThread, 5); assertFalse(result); } /** * Test startCrawling increments active thread count. */ public void test_startCrawling() throws Exception { assertEquals(Integer.valueOf(0), crawlerContext.getActiveThreadCount()); // Use reflection to access protected method
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 18.3K bytes - Viewed (0)