Expand description
A simple websocket mock framework heavily inspired by Wiremock
in Rust.
Ws-Mock is meant to provide a simple framework for expecting, verifying, and responding to messages for tests.
Modulesยง
- A common trait and useful implementations for matching against received messages.
- Utilities used throughout testing and implementations that may be of use.
- The mock server implementation that handles
WsMock
s, expecting, verifying, and responding to messages.