ws_mock

Module ws_mock_server

source
Expand description

The mock server implementation that handles WsMocks, expecting, verifying, and responding to messages.

Structsยง

  • An individual mock that matches on one or more matchers, and expects a particular number of calls and/or responds with configured data.
  • A mock server that exposes a uri and accepts connections.