Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_storeChildUrl_validUrl (0.12 sec)

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

            assertEquals(Integer.valueOf(0), crawlerContext.getActiveThreadCount());
        }
    
        /**
         * Test storeChildUrl with a valid URL.
         */
        @SuppressWarnings("unchecked")
        public void test_storeChildUrl_validUrl() throws Exception {
            when(urlFilter.match("http://example.com/child")).thenReturn(true);
            when(crawlerContainer.getComponent("urlQueue")).thenReturn(new UrlQueueImpl<>());
    
    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