- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_constructor_withZeroBufferSize (0.61 sec)
-
src/test/java/org/codelibs/fess/util/JobProcessTest.java
InputStreamThread thread = jobProcess.getInputStreamThread(); assertNotNull(thread); assertEquals("InputStreamThread", thread.getName()); } public void test_constructor_withZeroBufferSize() throws IOException { Process mockProcess = createMockProcess("test"); JobProcess jobProcess = new JobProcess(mockProcess, 0, null); assertNotNull(jobProcess.getInputStreamThread());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 8.5K bytes - Viewed (0)