Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_run_nullCallback (0.08 seconds)

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

            String output = thread.getOutput();
            assertTrue("Buffer should contain line before callback exception", output.contains("test line"));
        }
    
        @Test
        public void test_run_nullCallback() throws InterruptedException {
            String input = "test line";
            InputStream is = new ByteArrayInputStream(input.getBytes(StandardCharsets.UTF_8));
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 12K bytes
    - Click Count (0)
Back to Top