- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getLoadCallCount (0.05 seconds)
-
src/test/java/org/codelibs/fess/helper/AbstractConfigHelperTest.java
return 1; }); configHelper.update(); assertTrue("Load method should be called within 5 seconds", latch.await(5, TimeUnit.SECONDS)); assertEquals(1, configHelper.getLoadCallCount()); } @Test public void test_update_multipleCallsIncrementLoadCount() throws InterruptedException { CountDownLatch latch = new CountDownLatch(3);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 4.8K bytes - Click Count (0)