Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_entrySet_with_only_lang_key (0.17 seconds)

  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"));
        }
    
        @Test
        public void test_entrySet_with_only_lang_key() {
            Map<String, Object> parentMap = new LinkedHashMap<>();
            DocMap docMap = new DocMap(parentMap);
    
            docMap.put("lang", "fr");
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 10.7K bytes
    - Click Count (0)
Back to Top