- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_append_longValue (0.08 sec)
-
src/test/java/org/codelibs/fess/timer/MonitorTargetTest.java
monitorTarget.append(buf, "intKey", supplier); assertEquals("\"intKey\":123", buf.toString()); } // Test append method with Long value public void test_append_longValue() { StringBuilder buf = new StringBuilder(); Supplier<Object> supplier = () -> Long.valueOf(9876543210L); monitorTarget.append(buf, "longKey", supplier);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11K bytes - Viewed (0)