N
NUnit
Projects with this topic
-
-
-
This is my personal utils library that I tend yo use in most of my projects. Contains classes, methods and functions of all kinds. This library mainly targets .NET Standard 2.0, but has a .NET5 target for NUnit unit tests.
Updated -
Repo for this course: https://codewithmosh.com/p/unit-testing-for-csharp-developers/ I'm strictly using NUnit Testing Framework in Visual Studio 2019 in this repo.
Updated -
Extends NUnit to allow the passing of generic parameters to test methods via TestFixtureSource.
Updated