- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_asMapEmpty (0.09 sec)
-
src/test/java/org/codelibs/fess/entity/DataStoreParamsTest.java
// Verify that returned map is a copy map.put("key4", "value4"); assertFalse(dataStoreParams.containsKey("key4")); } // Test asMap with empty params public void test_asMapEmpty() { Map<String, Object> map = dataStoreParams.asMap(); assertNotNull(map); assertTrue(map.isEmpty()); } // Test getDataMap with ParamMap
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.5K bytes - Viewed (0)