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) throws Exception
handle in interface ExpectationCallback<HttpResponse>httpRequest - the request that satisfied the expectation conditionExceptionCopyright © 2020. All rights reserved.