Expand description
Code related to starting, running and interacting with the mock websocket server.
Structs§
- Mock
Server - Server here we’d apply our mock servers and ability to verify requests. Based off of https://docs.rs/wiremock/latest/wiremock/struct.MockServer.html
- Mock
Server Builder - A builder providing a fluent API to setup the
MockServer
step-by-step.