Module ws_mock_server

Source
Expand description

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

Structsยง

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