Expand description
Utils for unit testing actors.
Structs§
- Proxy
- A proxy for testing actors.
Functions§
- extract_
message - Extracts message with the provided type from
Envelope, panics otherwise. - extract_
request - Extracts request message with the provided type from
Envelope, panics otherwise. - proxy
- Creates a proxy for testing actors. See examples in the repository for more details how to use it.