| Package | Description |
|---|---|
| com.github.paweladamski.httpclientmock | |
| com.github.paweladamski.httpclientmock.action | |
| com.github.paweladamski.httpclientmock.condition |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Debugger.debug(List<Rule> rules,
Request request) |
void |
Rule.debug(Request request,
Debugger debugger) |
| Constructor and Description |
|---|
HttpClientVerify(String defaultHost,
List<Request> requests) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.HttpResponse |
StringResponse.getResponse(Request request) |
org.apache.http.HttpResponse |
StatusResponse.getResponse(Request request) |
org.apache.http.HttpResponse |
HeaderAction.getResponse(Request r) |
org.apache.http.HttpResponse |
ExceptionAction.getResponse(Request request) |
org.apache.http.HttpResponse |
Action.getResponse(Request r) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpMethodCondition.debug(Request request,
Debugger debugger) |
void |
HeaderCondition.debug(Request request,
Debugger debugger) |
default void |
Condition.debug(Request request,
Debugger debugger) |
void |
BodyMatcher.debug(Request request,
Debugger debugger) |
boolean |
HttpMethodCondition.matches(Request request) |
boolean |
HeaderCondition.matches(Request request) |
boolean |
Condition.matches(Request request) |
boolean |
BodyMatcher.matches(Request request) |
Copyright © 2018. All rights reserved.