Skip to main content

Crate elfo_test

Crate elfo_test 

Source
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.