- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for test_execute_withCustomSessionId (0.14 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/job/PythonJobTest.java
// and causes an exception which is caught and added to result assertTrue(result.contains("Session Id:")); } // Test execute with custom session ID @Test public void test_execute_withCustomSessionId() { pythonJob.filename("test.py"); pythonJob.sessionId = "custom-session-123"; testProcessHelper.exitValue = 0; String result = pythonJob.execute();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 22.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/GenerateThumbnailJobTest.java
// The execute method catches the exception and returns the session ID } // Test execute with custom session ID @Test public void test_execute_withCustomSessionId() { thumbnailJob.sessionId = "custom-session-456"; thumbnailJob.cleanup(); testProcessHelper.exitValue = 0; String result = thumbnailJob.execute();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 19K bytes - Click Count (0)