- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for test_sessionId (0.06 seconds)
-
src/test/java/org/codelibs/fess/job/ExecJobTest.java
assertSame(execJob, result); } // Test sessionId setter @Test public void test_sessionId() { String testSessionId = "test-session-123"; ExecJob result = execJob.sessionId(testSessionId); assertEquals(testSessionId, execJob.sessionId); assertSame(execJob, result); } // Test logFilePath setter @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 24.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/CrawlJobTest.java
// Mock update } }, "keyMatchHelper"); String testSessionId = "testSessionId123"; crawlJob.sessionId(testSessionId); String result = crawlJob.execute(); assertNotNull(result); assertTrue(result.contains("Session Id: " + testSessionId)); } // Test execute method with max processes exceeded @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 25K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 33.6K bytes - Click Count (0) -
RELEASE.md
* Change the state_size order of the StackedRNNCell to be natural order. To keep the existing behavior, user can add reverse_state_order=True when constructing the StackedRNNCells. * Deprecate self.test_session() in favor of self.session() or self.cached_session(). * Directly import tensor.proto.h (the transitive import will be removed from tensor.h soon).Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3)