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 aanymatcher for theselfargument. - mock
- Macro to generate a mockable version of a type or trait.