- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_shutdown_multipleCalls (0.07 sec)
-
src/test/java/org/codelibs/fess/job/JobExecutorTest.java
fail("Expected NullPointerException"); } catch (NullPointerException e) { // Expected exception assertNotNull(e); } } public void test_shutdown_multipleCalls() { // Test multiple shutdown calls AtomicInteger shutdownCount = new AtomicInteger(0); jobExecutor.addShutdownListener(new ShutdownListener() { @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.1K bytes - Viewed (0)