An open API service indexing awesome lists of open source software.

https://github.com/insight-architectures/unit-testing-csharp

This repository contains the source files for the course "Unit Testing in C#". The course is currently available at the wiki of the repository.
https://github.com/insight-architectures/unit-testing-csharp

autofixture csharp dotnet guide moq nunit3 unit-testing

Last synced: about 2 months ago
JSON representation

This repository contains the source files for the course "Unit Testing in C#". The course is currently available at the wiki of the repository.

Awesome Lists containing this project

README

        

# Unit Testing in C#

This repository contains the source files for the course "Unit Testing in C#". The course is available [here](https://docs.insightarchitectures.com/unit-testing-csharp/).

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#](https://docs.educationsmediagroup.com/unit-testing-csharp/) created by [EMG - Educations Media Group AB](https://github.com/emgdev) and published with a MIT license.