Interface ExpectationResponseCallback

All Superinterfaces:
ExpectationCallback<HttpResponse>

public interface ExpectationResponseCallback extends ExpectationCallback<HttpResponse>
  • Method Details

    • handle

      HttpResponse handle(HttpRequest httpRequest) throws Exception
      Called for every request when expectation condition has been satisfied. The request that satisfied the expectation condition is passed as the parameter and the return value is the request that will be returned.
      Specified by:
      handle in interface ExpectationCallback<HttpResponse>
      Parameters:
      httpRequest - the request that satisfied the expectation condition
      Returns:
      the response that will be returned
      Throws:
      Exception