Mocking ILogger with Moq
Looking at how to verify calls to Ilogger based extension methods using Moq.
Looking at how to verify calls to Ilogger based extension methods using Moq.
Investigating how to write integration tests while swapping out dependencies with mocked instances using Moq
How to make you method parameter checks not take up a chunk of the method body
Writing integration tests for your application while keeping your tests as DRY as possible by removing the boiler plate code
Looking at how you can write integration tests for your application but swapping out a 3rd party dependency