Crate murf_macros

Source
Expand description

§Murf Macros

Procedural macros for use with murf

§License

This project is licensed under the MIT license.

Macros§

expect_call
Helper macro to define an call expectation of a specific function.
expect_method_call
Helper macro to define an call expectation of a specific method. Same as expect_call! but will automatically add a any matcher for the self argument.
mock
Macro to generate a mockable version of a type or trait.