Home
last modified time | relevance | path

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

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
DFakeHttpLayerTest.java81 public boolean matches(HttpEntity actualPostBody) throws IOException { in matches__shouldMatchPostBody()
82 return EntityUtils.toString(actualPostBody).equals(expectedText); in matches__shouldMatchPostBody()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
DFakeHttpLayer.java277 boolean matches(HttpEntity actualPostBody) throws IOException; in matches() argument