Home
last modified time | relevance | path

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

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DDefaultRequestDirectorTest.java139 InputStream postResponseStream = postResponse.getEntity().getContent(); in shouldReturnRequestsByRule_KeepsTrackOfOpenContentStreams() local
140 assertThat(Strings.fromStream(postResponseStream), equalTo("a cheery response body")); in shouldReturnRequestsByRule_KeepsTrackOfOpenContentStreams()
146 postResponseStream.close(); in shouldReturnRequestsByRule_KeepsTrackOfOpenContentStreams()