Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_setProcessDestroyTimeout (0.17 sec)

  1. 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)
Back to top