Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_isUrlCrawlable_nullUrlWithoutPattern (1.06 sec)

  1. src/test/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImplTest.java

            } catch (NullPointerException e) {
                // Expected behavior - the method doesn't handle null URLs
            }
        }
    
        public void test_isUrlCrawlable_nullUrlWithoutPattern() {
            DataStoreParams paramMap = new DataStoreParams();
    
            boolean result = indexUpdateCallback.isUrlCrawlable(paramMap, null);
    
            assertTrue(result);
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 23:31:00 UTC 2025
    - 7.2K bytes
    - Viewed (0)
Back to top