- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_update_fromInputStream (0.13 sec)
-
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java
assertTrue("Should find tab item", foundTab); assertTrue("Should find newline item", foundNewline); assertTrue("Should find test3", foundTest3); } public void test_update_fromInputStream() throws IOException { // Create test input stream String content = "updated1\n" + "updated2\n"; InputStream is = new ByteArrayInputStream(content.getBytes(StandardCharsets.UTF_8));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 20.8K bytes - Viewed (0)