Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for thatCatchesErrorsWithBadSession (0.14 sec)

  1. okhttp/src/test/java/okhttp3/internal/tls/HostnameVerifierTest.kt

        assertThat(verifier.verify("���.com", session)).isFalse()
        assertThat(verifier.verify("℡.com", session)).isFalse()
      }
    
      @Test fun thatCatchesErrorsWithBadSession() {
        val localVerifier = OkHttpClient().hostnameVerifier
    
        // Since this is public API, okhttp3.internal.tls.OkHostnameVerifier.verify is also
        assertThat(verifier).isInstanceOf<OkHostnameVerifier>()
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 40.3K bytes
    - Viewed (0)
Back to top