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) throws Exception
httpRequest
- the request that satisfied the expectation conditionException
Copyright © 2020. All rights reserved.