- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetLong_withLongValue (0.09 seconds)
-
src/test/java/org/codelibs/fess/suggest/util/MapValueExtractorTest.java
assertEquals("value", MapValueExtractor.getString(map, "key", "default")); assertEquals("default", MapValueExtractor.getString(map, "missing", "default")); } @Test public void testGetLong_withLongValue() { Map<String, Object> map = new HashMap<>(); map.put("long", 123L); map.put("int", 456); map.put("string", "789");Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sun Feb 01 12:48:24 GMT 2026 - 6.4K bytes - Click Count (0)