Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/test/java/org/codelibs/fess/util/DocMapTest.java

            assertTrue("Should contain all keys", Arrays.asList(keys).contains("b_key"));
            assertTrue("Should contain all keys", Arrays.asList(keys).contains("c_key"));
        }
    
        public void test_entrySet_with_only_lang_key() {
            Map<String, Object> parentMap = new LinkedHashMap<>();
            DocMap docMap = new DocMap(parentMap);
    
            docMap.put("lang", "fr");
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 10.5K bytes
    - Viewed (0)
Back to top