0
kicks
Part 3 – Advanced mocking functionalities of Moq
When you have some simple scenario like “when the method “GetTax” is called, return 5$” it’s a simple scenario that a lot of mockers will see. However, there is some rarer scenario that people will wonder how to do it.
One of those scenario is with event handlers.