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.
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.
.net-core testing appveyor opencover coveralls
This post describes setting up coverage generation with OpenCover for a .NET Core project, and shows how the report can be uploaded to Coveralls.
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.