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_called
self.e.was_called_returning
with a shorter interface.
Structs§
- Expectations
- Method
- What you get from calling
.expect_METHOD_NAME()
on a Mock.