Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_exceptionHandling_ignoreTrue (0.47 sec)

  1. 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 true
    
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 20 08:58:39 UTC 2025
    - 9.8K bytes
    - Viewed (0)
Back to top