Expand description
Mock Services for use in tests.
See the crate-level documentation for an overview and an example.
Re-exports§
pub use spawn::Spawn;
Modules§
Structs§
- Handle
- Drives a paired
Mock. - Mock
- A mock
Service. - Send
Response - Sends a response (or error) back for a single request received by a
Mock.