AutoFixture makes it easier for developers to do Test-Driven Development by automating non-relevant Test Fixture Setup, allowing the Test Developer to focus on the essentials of each test case.| www.nuget.org
Miscellaneous| blog.ploeh.dk
Some time ago I wrote about Moving Beyond Enums and published an article on ASPAlliance by the same title. Unfortunately the latter article was largely screenshot-based, and those images seem to have disappeared, so I thought I’d revisit the topic here.| https://ardalis.com
A walkthrough of how to use AutoFixture to generate test data and how it can help you write better tests.| blog.nimblepros.com
When building objects in tests, there are 3 design patterns that assist with building test objects - Factory pattern, Object Mother, and Builder pattern.| blog.nimblepros.com