- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setThrowContainerNotAvailable (0.08 sec)
-
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
indexUpdater.setUncaughtExceptionHandler((t, e) -> caughtException.set(e)); // Make dataService throw ContainerNotAvailableException ((TestDataService) dataService).setThrowContainerNotAvailable(true); indexUpdater.start(); indexUpdater.join(1000); assertNull(caughtException.get()); // Thread may still be alive in test environment
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33K bytes - Viewed (0)