Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for applicationInterceptorThrowsRuntimeExceptionSynchronous (0.21 seconds)

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

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

            .build()
        val callbackB = RecordingCallback()
        client.newCall(requestB).enqueue(callbackB)
        callbackB.await(requestB.url).assertBody("b")
      }
    
      @Test
      fun applicationInterceptorThrowsRuntimeExceptionSynchronous() {
        interceptorThrowsRuntimeExceptionSynchronous(false)
      }
    
      @Test
      fun networkInterceptorThrowsRuntimeExceptionSynchronous() {
        interceptorThrowsRuntimeExceptionSynchronous(true)
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Nov 04 16:11:23 GMT 2025
    - 28.2K bytes
    - Click Count (0)
  2. okhttp-logging-interceptor/src/test/java/okhttp3/logging/HttpLoggingInterceptorTest.kt

    Joe <******@****.***> 1762484253 -0500
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Fri Nov 07 02:57:33 GMT 2025
    - 39.4K bytes
    - Click Count (0)
Back to Top