Mocking ILogger with Moq

Looking at how to verify calls to Ilogger based extension methods using Moq.

February 6, 2020 · 9 min

Integration Testing with ASP.NET Core 3.1 - Swapping a Dependency with Moq

Investigating how to write integration tests while swapping out dependencies with mocked instances using Moq

December 23, 2019 · 5 min

Reduce Method Parameter Checking

How to make you method parameter checks not take up a chunk of the method body

December 18, 2019 · 4 min

Integration Testing with ASP.NET Core 3.1 - Remove the Boiler Plate

Writing integration tests for your application while keeping your tests as DRY as possible by removing the boiler plate code

December 16, 2019 · 5 min

Integration Testing with ASP.NET Core 3.1 - Swapping a Dependency

Looking at how you can write integration tests for your application but swapping out a 3rd party dependency

December 11, 2019 · 6 min