Searched defs:getFakeHttpLayer (Results 1 - 2 of 2) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectric.java1076 getFakeHttpLayer().addPendingHttpResponse(statusCode, responseBody, headers);
1089 getFakeHttpLayer().addPendingHttpResponse(statusCode, responseBody, contentType);
1098 getFakeHttpLayer().addPendingHttpResponse(httpResponse);
1107 getFakeHttpLayer().addPendingHttpResponse(httpResponseGenerator);
1130 return getShadowApplication().getFakeHttpLayer().hasRequestInfos();
1134 return getShadowApplication().getFakeHttpLayer().hasRequestMatchingRule(new FakeHttpLayer.UriRequestMatcher(uri));
1155 getFakeHttpLayer().addHttpResponseRule(method, uri, response);
1165 getFakeHttpLayer().addHttpResponseRule(uri, response);
1175 getFakeHttpLayer().addHttpResponseRule(uri, response);
1185 getFakeHttpLayer()
1200 public static FakeHttpLayer getFakeHttpLayer() { method in class:Robolectric
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowApplication.java476 public FakeHttpLayer getFakeHttpLayer() { method in class:ShadowApplication

Completed in 82 milliseconds