Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resetContext (0.05 sec)

  1. android-test/src/test/kotlin/okhttp/android/test/DisabledInitialiserTest.kt

                "call OkHttp.initialize before test.",
            )
            hasClass<IOException>()
          }
        }
      }
    
      companion object {
        @AfterClass
        @JvmStatic
        fun resetContext() {
          // Ensure we don't make other tests fail
          Platform.resetForTests()
        }
      }
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 30 16:25:39 UTC 2025
    - 2.1K bytes
    - Viewed (0)
Back to top