Snapshot Testing with Verify
This post is part of two awesome advent calendar initiatives - the .NET Advent Calendar 2021, and the C# Advent Calendar 2021. Check out both links fo...
Read moreThis post is part of two awesome advent calendar initiatives - the .NET Advent Calendar 2021, and the C# Advent Calendar 2021. Check out both links fo...
Read moreThere are quite a few different mocking libraries in .NET. Moq and NSubstitute seem to be by far the main ones I hear that developers use. I've used b...
Read moreWhen writing tests, sometimes it can be tempting to dump a bunch of asserts into the same test to avoid duplication across multiple tests... public cl...
Read moreFollowing on from my post about why you should write automated tests, I wanted to talk about how to write code that is testable. Unfortunately, unless...
Read moreOver the past year or so I've been getting more and more interested in the various forms of automated testing. I've been a developer for verging on 20...
Read more