- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getOutput_specialCharacters (0.1 sec)
-
src/test/java/org/codelibs/fess/util/InputStreamThreadTest.java
boolean contains2 = thread.contains("concurrent1"); assertNotNull(output1); assertNotNull(output2); assertTrue(contains2); } public void test_getOutput_specialCharacters() throws InterruptedException { String input = "Special: !@#$%^&*()\nUnicode: \u3042\u3044\u3046"; 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)