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