- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TestJobProcess (0.05 sec)
-
src/test/java/org/codelibs/fess/job/GenerateThumbnailJobTest.java
capturedEnvironment = new HashMap<>(pb.environment()); return new TestJobProcess(exitValue, processOutput); } } private static class TestJobProcess extends JobProcess { private final int exitValue; private final String output; public TestJobProcess(int exitValue, String output) { super(new TestProcess(exitValue));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 18.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/PythonJobTest.java
capturedEnvironment = new HashMap<>(pb.environment()); return new TestJobProcess(exitValue, processOutput); } @Override public int destroyProcess(String sessionId) { destroyProcessCalled = true; return 0; } } private static class TestJobProcess extends JobProcess { private final int exitValue;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 22.1K bytes - Viewed (0)