Searched refs:actualPostBody (Results 1 – 2 of 2) sorted by relevance
81 public boolean matches(HttpEntity actualPostBody) throws IOException { in matches__shouldMatchPostBody()82 return EntityUtils.toString(actualPostBody).equals(expectedText); in matches__shouldMatchPostBody()
277 boolean matches(HttpEntity actualPostBody) throws IOException; in matches() argument