Expand description
The mock server implementation that handles WsMock
s, 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.
- WsMock
Server - A mock server that exposes a uri and accepts connections.