- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for testVersion (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) -
docs/de/docs/tutorial/handling-errors.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.4K bytes - Viewed (0)