- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testMatchesSupportedSocket (0.11 sec)
-
android-test/src/test/kotlin/okhttp/android/test/AndroidSocketAdapterTest.kt
val provider: Provider = Conscrypt.newProviderBuilder().provideTrustManager(true).build() SSLContext.getInstance("TLS", provider).apply { init(null, null, null) } } @Test fun testMatchesSupportedSocket() { val socketFactory = context.socketFactory val sslSocket = socketFactory.createSocket() as SSLSocket assertTrue(adapter.matchesSocket(sslSocket))
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 3.6K bytes - Viewed (0)