- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_contains_withTrimming (0.54 sec)
-
src/test/java/org/codelibs/fess/util/InputStreamThreadTest.java
assertTrue(thread.contains("exact line")); assertTrue(thread.contains("another line")); assertFalse(thread.contains("nonexistent")); } public void test_contains_withTrimming() throws InterruptedException { String input = " trimmed line \n\tanother\t"; InputStream is = new ByteArrayInputStream(input.getBytes(StandardCharsets.UTF_8));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 11.7K bytes - Viewed (0)