- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for another_key (0.05 seconds)
-
src/test/java/org/codelibs/fess/helper/SearchLogHelperTest.java
Map<String, Object> source = new HashMap<>(); source.put("AnotherKey", "anotherValue"); source.put("ValidKey", "validValue"); Map<String, Object> result = searchLogHelper.toLowerHyphen(source); assertEquals("anotherValue", result.get("another_key")); assertEquals("validValue", result.get("valid_key")); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 16.6K bytes - Click Count (0)