Searched refs:postBodyMatcher (Results 1 – 1 of 1) sorted by relevance
267 private PostBodyMatcher postBodyMatcher; field in FakeHttpLayer.RequestMatcherBuilder308 public RequestMatcherBuilder postBody(PostBodyMatcher postBodyMatcher) { in postBody() argument309 this.postBodyMatcher = postBodyMatcher; in postBody()348 if (postBodyMatcher != null) { in matches()354 if (!postBodyMatcher.matches(postOrPut.getEntity())) { in matches()