Searched refs:postResponseStream (Results 1 – 1 of 1) sorted by relevance
139 InputStream postResponseStream = postResponse.getEntity().getContent(); in shouldReturnRequestsByRule_KeepsTrackOfOpenContentStreams() local140 assertThat(Strings.fromStream(postResponseStream), equalTo("a cheery response body")); in shouldReturnRequestsByRule_KeepsTrackOfOpenContentStreams()146 postResponseStream.close(); in shouldReturnRequestsByRule_KeepsTrackOfOpenContentStreams()