- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for expectFailureOnCorrettoPlatform (0.2 seconds)
-
okhttp-testing-support/src/main/kotlin/okhttp3/testing/PlatformRule.kt
Platform.resetForTests() } } fun expectFailureOnConscryptPlatform() { expectFailure(platformMatches(CONSCRYPT_PROPERTY)) } fun expectFailureOnCorrettoPlatform() { expectFailure(platformMatches(CORRETTO_PROPERTY)) } fun expectFailureOnOpenJSSEPlatform() { expectFailure(platformMatches(OPENJSSE_PROPERTY)) }
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 15.5K bytes - Click Count (1) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/tls/CertificatePinnerChainValidationTest.kt
response2.close() } @Test fun unrelatedPinnedLeafCertificateInChain() { // https://github.com/square/okhttp/issues/4729 platform.expectFailureOnConscryptPlatform() platform.expectFailureOnCorrettoPlatform() platform.expectFailureOnLoomPlatform() // Start with a trusted root CA certificate. val rootCa = HeldCertificate .Builder() .serialNumber(1L)
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 24.4K bytes - Click Count (2)