- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for testSession (0.04 sec)
-
src/test/java/jcifs/SmbSessionTest.java
SmbSession mockSession = mock(SmbSession.class); SmbSession testSession = mock(SmbSession.class); when(mockSession.unwrap(SmbSession.class)).thenReturn(testSession); SmbSession result = mockSession.unwrap(SmbSession.class); assertEquals(testSession, result, "unwrap should return the expected session"); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.1K 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/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)