mstest topic
fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Cor...
SpecFlow
#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representative...
AspNetCore-React-WebApp
ASP.NET Core backend + React frontend + Entity Framework Core + automated testing
bUnit
bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass param...
FsUnit
FsUnit makes unit-testing with F# more enjoyable. It adds a special syntax to your favorite .NET testing framework.
Ocaramba
C# Framework to automate tests using Selenium WebDriver
LightBDD
BDD framework allowing to create easy to read and maintain tests.
Meissa
Cross-platform Distributed Test Runner. Executes tests in parallel, time balanced on multiple machines.
CUnit
CUnit is short for Contracted Unit Test which means you only specify the contracts of a method then you can get the unit test results of the contracts. (或者你也可以称 Chinese Unit Test)