actix-mock-helper 0.1.0

Helpers for using the actix mocker actor in tests.
Documentation

actix-mock-helper is a set of helpers for creating mock actors using the Mocker type. That type of actor can be used to simulate any type of mock you could want, but it's very verbose to interact with. actix-mock helper is especially useful in the case that you have multiple messages in a sequence that you want to mock