- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_isEmpty_and_size (0.2 sec)
-
src/test/java/org/codelibs/fess/util/DocMapTest.java
assertTrue("Should contain other key", Arrays.asList(keys).contains("other")); assertEquals("Should have 2 keys", 2, keys.length); } public void test_isEmpty_and_size() { Map<String, Object> parentMap = new HashMap<>(); DocMap docMap = new DocMap(parentMap); assertTrue(docMap.isEmpty()); assertEquals(0, docMap.size());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 10.5K bytes - Viewed (0)