- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_setCrawlerPriority_withMaxValue (0.57 sec)
-
src/test/java/org/codelibs/fess/helper/WebFsIndexHelperTest.java
int priority = Thread.NORM_PRIORITY; webFsIndexHelper.setCrawlerPriority(priority); assertEquals(priority, webFsIndexHelper.crawlerPriority); } public void test_setCrawlerPriority_withMaxValue() { int priority = Thread.MAX_PRIORITY; webFsIndexHelper.setCrawlerPriority(priority); assertEquals(priority, webFsIndexHelper.crawlerPriority); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 15.2K bytes - Viewed (0)