Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setThrowContainerNotAvailable (0.13 sec)

  1. 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)
Back to top