Searched defs:mockConnection (Results 1 – 3 of 3) sorted by relevance
278 HttpURLConnection mockConnection = mock(HttpURLConnection.class); in doTestSingleRequestWithoutRequestBodySucceeds() local373 HttpURLConnection mockConnection = mock(HttpURLConnection.class); in testSingleRequestWithRequestBodySucceeds() local506 HttpURLConnection mockConnection = mock(HttpURLConnection.class); in testSingleRequestWithKnownRequestContentLengthSucceeds() local585 HttpURLConnection mockConnection = mock(HttpURLConnection.class); in testSingleRequestWithKnownRequestContentLengthThatFitsInSingleBufferSucceeds() local758 HttpURLConnection mockConnection = mock(HttpURLConnection.class); in testGzipResponseBodyDecompressionSucceeds() local858 HttpURLConnection mockConnection = mock(HttpURLConnection.class); in testGzipResponseBodyWithAcceptEncodingRequestHeaderShouldNotAutoDecompress() local923 HttpURLConnection mockConnection = mock(HttpURLConnection.class); in testChunkedTransferEncodingResponseHeaderShouldBeRemoved() local982 HttpURLConnection mockConnection = mock(HttpURLConnection.class); in testContentLengthResponseHeaderShouldDetermineReceivedBytesEstimate() local1060 HttpURLConnection mockConnection = mock(HttpURLConnection.class); in testHttp2RequestsShouldUseEstimatedHeaderCompressionRatio() local1181 HttpURLConnection mockConnection = mock(HttpURLConnection.class); in testRequestWithAcceptEncodingHeaderIfNotSupportedShouldResultInError() local[all …]
66 private ConnectionUtils mockConnection; field in HttpCredentialsUtilsTest
40 private MockSocketConnection mockConnection; field in TcpConnectionTest