Mark Vincze

Software Developer

integration-testing

Overriding configuration in ASP.NET Core integration tests

asp.net-core testing integration-testing

This post gives an overview of the various ways to override configuration values in ASP.NET Core integration tests.


Tear down your ASP.NET Core api between integration tests

c# couchbase asp.net-core testing integration-testing quartz.net

Static state in an ASP.NET Core application can cause problems when running subsequent integration tests. In this post we take a look at how to solve this.


Stubbing service dependencies in .NET using Stubbery

asp.net .net .net-core asp.net-core testing integration-testing

Stubbery is a library for creating and running Api stubs in .NET. The post shows how it can be used to stub service dependencies during integration tests.