- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for 82b2 (0.02 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/tls/ClientAuthTest.kt
// JDK 11+ } is SSLException -> { // javax.net.ssl.SSLException: readRecord } is SocketException -> { // Conscrypt, JDK 8 (>= 292), JDK 9 } else -> { assertThat(expected.message).isEqualTo("exhausted all routes") } } } } @Test fun commonNameIsNotTrusted() {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Jun 18 12:28:21 UTC 2025 - 12.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequestTest.java
request.setInputData(mockInputData); request.setOutputData(mockOutputData); int size = request.size(); // Base size 120 + 100 + 50 = 270, aligned to 8 = 272 assertEquals(272, size); verify(mockInputData).size(); verify(mockOutputData).size(); } @Test @DisplayName("Test writeBytesWireFormat without data")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.3K bytes - Viewed (0)