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