- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_exceptionHandling_ignoreTrue (0.47 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/interval/impl/AbstractIntervalControllerTest.java
// Should not throw exception, just logged } /** * Test exception handling with ignoreException = true (default) */ public void test_exceptionHandling_ignoreTrue() { final TestIntervalController controller = new TestIntervalController(); controller.shouldThrowException = true; assertTrue(controller.isIgnoreException()); // default is trueRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 08:58:39 UTC 2025 - 9.8K bytes - Viewed (0)