Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_isContinue_belowMaxThreadCheckCount (0.35 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerThreadTest.java

            assertFalse(result);
        }
    
        /**
         * Test isContinue method when thread check count is below max.
         */
        public void test_isContinue_belowMaxThreadCheckCount() throws Exception {
            // Use reflection to access protected method
            final java.lang.reflect.Method method = CrawlerThread.class.getDeclaredMethod("isContinue", int.class);
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Mon Nov 24 03:59:47 UTC 2025
    - 18.3K bytes
    - Viewed (0)
Back to top