Home
last modified time | relevance | path

Searched refs:postBodyMatcher (Results 1 – 1 of 1) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
DFakeHttpLayer.java267 private PostBodyMatcher postBodyMatcher; field in FakeHttpLayer.RequestMatcherBuilder
308 public RequestMatcherBuilder postBody(PostBodyMatcher postBodyMatcher) { in postBody() argument
309 this.postBodyMatcher = postBodyMatcher; in postBody()
348 if (postBodyMatcher != null) { in matches()
354 if (!postBodyMatcher.matches(postOrPut.getEntity())) { in matches()