Interface HttpClientReceiveActionBuilder<T extends TestAction,M extends HttpReceiveResponseMessageBuilderFactory<T,M>,B extends HttpClientResponseActionBuilder<T,M,B>>


public interface HttpClientReceiveActionBuilder<T extends TestAction,M extends HttpReceiveResponseMessageBuilderFactory<T,M>,B extends HttpClientResponseActionBuilder<T,M,B>>
  • Method Summary

    Modifier and Type
    Method
    Description
    Generic response builder for expecting response messages on client.
    response(int status)
    Generic response builder for expecting response messages on client with response status code.
    response(Object status)
    Generic response builder for expecting response messages on client with response status code.
  • Method Details

    • response

      B response()
      Generic response builder for expecting response messages on client.
    • response

      B response(Object status)
      Generic response builder for expecting response messages on client with response status code.
    • response

      B response(int status)
      Generic response builder for expecting response messages on client with response status code.