Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 727 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 727 Bytes

Unit Testing in C#

This repository contains the source files for the course "Unit Testing in C#". The course is available here.

This course focuses on the creation of suites of unit tests aiming at asserting the known behavior of .NET components.

It show how NUnit, Moq and AutoFixture work and how to glue them together to quickly create powerful test suites that clearly communicate their intent.

Disclaimer

Part of the content of this guide is copied/inspired from Unit Testing in C# created by EMG - Educations Media Group AB and published with a MIT license.