- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for test_session (1.71 sec)
-
src/test/java/org/codelibs/fess/helper/ProcessHelperTest.java
assertTrue(e.getMessage().contains("Job for nonexistent is not found")); } } public void test_startProcess_basicCommand() { String sessionId = "test_session"; List<String> cmdList = Arrays.asList("echo", "hello"); Consumer<ProcessBuilder> pbCall = pb -> { pb.redirectErrorStream(true); }; try {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 15.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/CrawlingConfigHelperTest.java
} public void test_store_counterIncrement() { final String sessionId = "testSession"; // Test counter increment String sessionCountId1 = crawlingConfigHelper.store(sessionId, crawlingConfigHelper.getCrawlingConfig("W1")); assertEquals("testSession-1", sessionCountId1);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 34.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/ExecJobTest.java
ExecJob result = execJob.jobExecutor(jobExecutor); assertSame(jobExecutor, execJob.jobExecutor); assertSame(execJob, result); } // Test sessionId setter public void test_sessionId() { String testSessionId = "test-session-123"; ExecJob result = execJob.sessionId(testSessionId); assertEquals(testSessionId, execJob.sessionId); assertSame(execJob, result); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.5K bytes - Viewed (0)