Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 389 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 389 Bytes

.Net Test Regimentation

Unit Test Regimentation for .NET provides a way to structure unit tests and enforce testing patterns via interfaces.

If you start by reading https://haacked.com/archive/2012/01/02/structuring-unit-tests.aspx/ to get an understanding of the structuring being used. We then go beyond it to describe the different types of tests that can be carried out on a method.