Searched refs:bodyFile (Results 1 – 1 of 1) sorted by relevance
284 protected MockResponse buildResponse(int status, File bodyFile) in buildResponse() argument286 final byte[] body = Streams.readFully(new FileInputStream(bodyFile)); in buildResponse()