Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validValue (0.04 sec)

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

            source.put("AnotherKey", "anotherValue");
            source.put("ValidKey", "validValue");
    
            Map<String, Object> result = searchLogHelper.toLowerHyphen(source);
    
            assertEquals("anotherValue", result.get("another_key"));
            assertEquals("validValue", result.get("valid_key"));
        }
    
        public void test_searchLogQueue_initialization() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 6K bytes
    - Viewed (0)
Back to top