Mocking
Publish date: Dec 2, 2019
Last updated: Apr 22, 2020
Last updated: Apr 22, 2020
What can mocking do?
- Attach methods and attributes to mocked classes
- Assert on how many times mock objects were called and with which paramss
- they record all interactions with them and you can then inspect these interactions.
Footnotes
[^2]: