Creating integration tests that run entirely in-memory by utilising EntityFramework code-first migrations and WebAPI TestServer.
Category: Testing
This category contains posts about my experience with testing. You will find posts covering frameworks, patterns, tools and interesting things I find.
Lightweight, Gherkin style, unit test framework for C#
My experience in designing and implementing a custom test framework to allow a clean, easy to use, Given When Then style test framework in .NET