Macros§
- create_
expect_ method - Use this macro to create an
.expect_METHOD_NAME()method. - create_
mock - create_
mock_ struct - simulacrum_
tuplefy - was_
called - Use this macro to do a
self.e.was_calledself.e.was_called_returningwith a shorter interface.
Structs§
- Expectations
- Method
- What you get from calling
.expect_METHOD_NAME()on a Mock.