- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for assertResponseCookies (0.16 sec)
-
okhttp/src/test/java/okhttp3/internal/http2/HttpOverHttp2Test.kt
) val call = client.newCall(Request(server.url("/"))) val response = call.execute() assertThat(response.body.string()).isEqualTo("") cookieJar.assertResponseCookies("a=b; path=/") } @ParameterizedTest @ArgumentsSource(ProtocolParamProvider::class) fun cancelWithStreamNotCompleted( protocol: Protocol, mockWebServer: MockWebServer, ) {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Apr 11 22:09:35 UTC 2024 - 75.3K bytes - Viewed (0)