Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_run_withBuffering (0.07 sec)

  1. src/test/java/org/codelibs/fess/util/InputStreamThreadTest.java

            InputStreamThread thread = new InputStreamThread(is, StandardCharsets.UTF_8, 10, null);
    
            assertEquals("InputStreamThread", thread.getName());
            assertNotNull(thread);
        }
    
        public void test_run_withBuffering() throws InterruptedException {
            String input = "line1\nline2\nline3";
            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)
Back to top