- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetBoolean (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/suggest/util/MapValueExtractorTest.java
assertEquals(3.5d, MapValueExtractor.getDouble(map, "string"), 0.001d); assertNull(MapValueExtractor.getDouble(map, "missing")); } @Test public void testGetBoolean() { Map<String, Object> map = new HashMap<>(); map.put("true", true); map.put("false", false); map.put("stringTrue", "true"); map.put("stringFalse", "false");
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)