Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
DFakeHttpLayer.java267 private PostBodyMatcher postBodyMatcher;
269 public interface PostBodyMatcher { interface in FakeHttpLayer.RequestMatcherBuilder
308 public RequestMatcherBuilder postBody(PostBodyMatcher postBodyMatcher) { in postBody()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
DFakeHttpLayerTest.java79 requestMatcherBuilder.postBody(new FakeHttpLayer.RequestMatcherBuilder.PostBodyMatcher() { in matches__shouldMatchPostBody()