Home | History | Annotate | Download | only in app

Lines Matching refs:bodyFile

272      * @param bodyFile The body to return in this response
275 protected MockResponse enqueueResponse(int status, File bodyFile) {
276 return doEnqueueResponse(status).setBody(bodyFile);