| Package | Description |
|---|---|
| org.robolectric.shadows | |
| org.robolectric.tester.org.apache.http |
| Modifier and Type | Method and Description |
|---|---|
static HttpRequestInfo |
ShadowDefaultRequestDirector.getLatestSentHttpRequestInfo() |
static HttpRequestInfo |
FakeHttp.getNextSentHttpRequestInfo()
Accessor to obtain metadata for an HTTP request made during the current test in the order in which they were made.
|
static HttpRequestInfo |
ShadowDefaultRequestDirector.getSentHttpRequestInfo(int index)
Deprecated.
Use
FakeHttp.getSentHttpRequest(int) instead.) |
static HttpRequestInfo |
FakeHttp.getSentHttpRequestInfo(int index)
Accessor to obtain metadata for an HTTP request made during the current test in the order in which they were made.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequestInfo |
FakeHttpLayer.getLastSentHttpRequestInfo() |
HttpRequestInfo |
FakeHttpLayer.getNextSentHttpRequestInfo() |
HttpRequestInfo |
FakeHttpLayer.getSentHttpRequestInfo(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<HttpRequestInfo> |
FakeHttpLayer.getSentHttpRequestInfos() |
| Modifier and Type | Method and Description |
|---|---|
void |
FakeHttpLayer.addRequestInfo(HttpRequestInfo requestInfo)
This method is not supposed to be consumed by tests.
|
Copyright © 2015. All rights reserved.