- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for testSession (0.08 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) -
okhttp/src/commonTest/kotlin/okhttp3/OkHttpTest.kt
package okhttp3 import assertk.assertThat import assertk.assertions.matches import org.junit.jupiter.api.Test class OkHttpTest { @Test fun testVersion() { assertThat(OkHttp.VERSION).matches(Regex("[0-9]+\\.[0-9]+\\.[0-9]+(-.+)?")) }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 28 07:33:49 UTC 2025 - 247 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) -
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).
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2)