public interface ExpectationResponseCallback extends ExpectationCallback<HttpResponse>
Modifier and Type | Method and Description |
---|---|
HttpResponse |
handle(HttpRequest httpRequest)
Called for every request when expectation condition has been satisfied.
|
HttpResponse handle(HttpRequest httpRequest)
handle
in interface ExpectationCallback<HttpResponse>
httpRequest
- the request that satisfied the expectation conditionCopyright © 2019. All rights reserved.