Module server

Module server 

Source
Expand description

Code related to starting, running and interacting with the mock websocket server.

Structs§

MockServer
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
MockServerBuilder
A builder providing a fluent API to setup the MockServer step-by-step.