Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for legalToExecuteTwiceCloning (0.12 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/CallKotlinTest.kt

      private var client = clientTestRule.newClient()
      private val handshakeCertificates = platform.localhostHandshakeCertificates()
    
      @StartStop
      private val server = MockWebServer()
    
      @Test
      fun legalToExecuteTwiceCloning() {
        server.enqueue(MockResponse(body = "abc"))
        server.enqueue(MockResponse(body = "def"))
    
        val request = Request(server.url("/"))
    
        val call = client.newCall(request)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Jun 20 11:46:46 UTC 2025
    - 8.4K bytes
    - Viewed (0)
Back to top