Mark Vincze

Software Developer

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.


Setting up Coveralls with OpenCover for a .NET Core project

.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.


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.