- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for stringKey (0.04 seconds)
-
src/test/java/org/codelibs/fess/timer/MonitorTargetTest.java
public void test_append_stringValue() { StringBuilder buf = new StringBuilder(); Supplier<Object> supplier = () -> "test string"; monitorTarget.append(buf, "stringKey", supplier); assertEquals("\"stringKey\":\"test string\"", buf.toString()); } // Test append method with String containing special characters @Test public void test_append_stringWithSpecialChars() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/entity/DataStoreParamsTest.java
} // Test getAsString with String value @Test public void test_getAsStringWithStringValue() { dataStoreParams.put("stringKey", "stringValue"); assertEquals("stringValue", dataStoreParams.getAsString("stringKey")); } // Test getAsString with non-String value @Test public void test_getAsStringWithNonStringValue() { dataStoreParams.put("intKey", 123);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 10.9K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/EnrichedReportRenderer.groovy
// Filtering an array is NOT in place result.acceptedApiChanges = result.acceptedApiChanges.filter((item, pos, ary) => (!pos || (JSON.stringify(item) != JSON.stringify(ary[pos - 1])))); return result; } function acceptAllErrorCorrections() {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 22 12:18:18 GMT 2026 - 7K bytes - Click Count (0)