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.
- Host: GitHub
- URL: https://github.com/insight-architectures/unit-testing-csharp
- Owner: insight-architectures
- License: other
- Created: 2021-02-08T13:54:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T14:02:12.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T20:01:34.528Z (3 months ago)
- Topics: autofixture, csharp, dotnet, guide, moq, nunit3, unit-testing
- Homepage: https://docs.insightarchitectures.com/unit-testing-csharp/
- Size: 119 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.