- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_setProcessDestroyTimeout (0.17 sec)
-
src/test/java/org/codelibs/fess/helper/ProcessHelperTest.java
} public void test_destroyProcess_nonExistent() { int result = processHelper.destroyProcess("nonexistent"); assertEquals(-1, result); } public void test_setProcessDestroyTimeout() { processHelper.setProcessDestroyTimeout(20); // We can't directly verify the timeout value, but we can ensure the method doesn't throw assertTrue(true); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 15.1K bytes - Viewed (0)