- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetDouble (0.15 seconds)
-
src/test/java/org/codelibs/fess/suggest/util/MapValueExtractorTest.java
assertEquals(Integer.valueOf(789), MapValueExtractor.getInteger(map, "string")); assertNull(MapValueExtractor.getInteger(map, "missing")); } @Test public void testGetDouble() { Map<String, Object> map = new HashMap<>(); map.put("double", 1.5d); map.put("float", 2.5f); map.put("string", "3.5");
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)