- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_multipleErrorCallbacks_allInvoked (0.14 seconds)
-
src/test/java/org/codelibs/fess/suggest/concurrent/DeferredTest.java
assertTrue("All callbacks should complete", latch.await(10, TimeUnit.SECONDS)); assertEquals("All 3 callbacks should be invoked", 3, callbackCount.get()); } @Test public void test_multipleErrorCallbacks_allInvoked() throws Exception { final Deferred<SuggestResponse> deferred = new Deferred<>(); final AtomicInteger callbackCount = new AtomicInteger(0);
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sun Feb 01 12:48:24 GMT 2026 - 21.1K bytes - Click Count (0)