keghub / 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.

Home Page:https://docs.educationsmediagroup.com/unit-testing-csharp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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://docs.educationsmediagroup.com/unit-testing-csharp/

License:MIT License