- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for networkInterceptorsHaveConnectionAccess (0.13 sec)
-
okhttp/src/test/java/okhttp3/InterceptorTest.kt
}.also { expected -> assertThat(expected.message).isEqualTo( "network interceptor $interceptor must retain the same host and port", ) } } @Test fun networkInterceptorsHaveConnectionAccess() { server.enqueue(MockResponse()) val interceptor = Interceptor { chain: Interceptor.Chain -> val connection = chain.connection() assertThat(connection).isNotNull()
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Jan 14 10:20:09 UTC 2024 - 27.8K bytes - Viewed (0)