Integration Testing with ASP.NET Core 3.1 - Set Default Headers for All Clients

Set up a custom WebApplicationFactory to always add specific headers to the generated HttpClient

October 20, 2020 · 4 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

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

Integration Testing with ASP.NET Core 3.1 - Testing Your Application

How to write an integration test to access your REST end point api with ASP.NET Core 3.1

December 9, 2019 · 3 min