- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_complexObjectValues (0.06 sec)
-
src/test/java/org/codelibs/fess/entity/DataStoreParamsTest.java
dataStoreParams.put("snake_case_key", "value2"); assertNotNull(dataStoreParams.get("snake_case_key")); } // Test with complex object values public void test_complexObjectValues() { Map<String, String> complexObject = new HashMap<>(); complexObject.put("nested", "value"); dataStoreParams.put("complexKey", complexObject);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.5K bytes - Viewed (0)