Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for assumeLoom (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. okhttp-testing-support/src/main/kotlin/okhttp3/testing/PlatformRule.kt

          assumeTrue(getPlatformSystemProperty() == BOUNCYCASTLE_PROPERTY)
        }
    
        fun assumeOpenJsse() {
          assumeTrue(getPlatformSystemProperty() == OPENJSSE_PROPERTY)
        }
    
        fun assumeLoom() {
          assumeTrue(getPlatformSystemProperty() == LOOM_PROPERTY)
        }
    
        fun assumeHttp2Support() {
          assumeTrue(getPlatformSystemProperty() != JDK8_PROPERTY)
        }
    
        fun assumeAndroid() {
    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)
Back to Top