HomeSort by relevance Sort by last modified time
    Searched defs:postBodyMatcher (Results 1 - 7 of 7) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
FakeHttpLayer.java 267 private PostBodyMatcher postBodyMatcher;
269 public interface PostBodyMatcher {
308 public RequestMatcherBuilder postBody(PostBodyMatcher postBodyMatcher) {
309 this.postBodyMatcher = postBodyMatcher;
348 if (postBodyMatcher != null) {
354 if (!postBodyMatcher.matches(postOrPut.getEntity())) {
  /external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
FakeHttpLayer.java 356 private PostBodyMatcher postBodyMatcher;
358 public interface PostBodyMatcher {
397 public RequestMatcherBuilder postBody(PostBodyMatcher postBodyMatcher) {
398 this.postBodyMatcher = postBodyMatcher;
437 if (postBodyMatcher != null) {
443 if (!postBodyMatcher.matches(postOrPut.getEntity())) {
  /external/robolectric/v3/
shadows-httpclient-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-httpclient-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpclient-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-httpclient-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-httpclient-3.6.1.jar 

Completed in 240 milliseconds