Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_getExcludedUrlList_emptyList (0.38 sec)

  1. src/test/java/org/codelibs/fess/helper/CrawlingConfigHelperTest.java

            assertTrue(excludedUrls.contains("http://test.com/2.html"));
            assertFalse(excludedUrls.contains("http://test.com/0.html"));
        }
    
        public void test_getExcludedUrlList_emptyList() {
            final DynamicProperties systemProperties = ComponentUtil.getSystemProperties();
            final FailureUrlCB cb = new FailureUrlCB();
    
            ComponentUtil.register(new FailureUrlBhv() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 34.9K bytes
    - Viewed (0)
Back to top