Searched refs:PostBodyMatcher (Results 1 – 2 of 2) sorted by relevance
267 private PostBodyMatcher postBodyMatcher;269 public interface PostBodyMatcher { interface in FakeHttpLayer.RequestMatcherBuilder308 public RequestMatcherBuilder postBody(PostBodyMatcher postBodyMatcher) { in postBody()
79 requestMatcherBuilder.postBody(new FakeHttpLayer.RequestMatcherBuilder.PostBodyMatcher() { in matches__shouldMatchPostBody()