Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_putToInfoMap (0.06 sec)

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

            assertEquals("prefix", crawlingInfoHelper.getCanonicalSessionId("prefix-"));
            assertEquals("multi", crawlingInfoHelper.getCanonicalSessionId("multi-part-session"));
        }
    
        public void test_putToInfoMap() {
            // Test initial null map
            crawlingInfoHelper.putToInfoMap("key1", "value1");
            assertNotNull(crawlingInfoHelper.infoMap);
    
            // Test adding multiple entries
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 05:35:01 UTC 2025
    - 26.6K bytes
    - Viewed (0)
Back to top