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