Home
last modified time | relevance | path

Searched refs:getResponseStream (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
DShadowDefaultRequestDirectorTest.java154 InputStream getResponseStream = getResponse.getEntity().getContent(); in shouldReturnRequestsByRule_KeepsTrackOfOpenContentStreams() local
155 assertThat(CharStreams.toString(new InputStreamReader(getResponseStream, UTF_8))) in shouldReturnRequestsByRule_KeepsTrackOfOpenContentStreams()
166 getResponseStream.close(); in shouldReturnRequestsByRule_KeepsTrackOfOpenContentStreams()