Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_run_maxBufferSizeConstant (0.18 sec)

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

            assertTrue("Buffer should be limited to 10 items", lines.length <= 10);
            assertTrue("Last lines should be kept", output.contains("line15"));
        }
    
        public void test_run_maxBufferSizeConstant() {
            assertEquals(1000, InputStreamThread.MAX_BUFFER_SIZE);
        }
    
        public void test_run_withMaxBufferSize() throws InterruptedException {
            StringBuilder inputBuilder = new StringBuilder();
    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