- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for failedCall (0.09 seconds)
-
okhttp-coroutines/src/test/kotlin/okhttp3/coroutines/ExecuteAsyncTest.kt
withContext(Dispatchers.IO) { it.body.string() } } } assertThat(call.isCanceled()).isTrue() } } @Test fun failedCall() { runTest { server.enqueue( MockResponse .Builder() .body("abc") .onResponseStart(SocketEffect.ShutdownConnection) .build(), )
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Jun 20 11:46:46 GMT 2025 - 5.3K bytes - Click Count (0)