- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_waitForNext_withPositiveInterval (0.3 sec)
-
src/test/java/org/codelibs/fess/helper/AbstractConfigHelperTest.java
assertEquals(0L, configHelper.reloadInterval); configHelper.setReloadInterval(-1L); assertEquals(-1L, configHelper.reloadInterval); } public void test_waitForNext_withPositiveInterval() throws InterruptedException { configHelper.setReloadInterval(20L); long startTime = System.currentTimeMillis(); configHelper.waitForNext();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 00:03:47 UTC 2025 - 4.7K bytes - Viewed (0)