Top 20 NuGet Unit Testing Packages

SeleniumFramework for testcases written with Progile TestResults.io
A fixture for XUnit that starts up Kafka and Zookeeper to test your code with. Whilst it was built for XUnit it should be framework agnostic.
A fixture for XUnit that starts up a Redis cache to test your code with. Whilst it was built for XUnit it should be framework agnostic.
An opinionated helper adding syntaxic sugar around Moq library
MVC functional tests with a fixture pattern for an Entity Framework Core database
Shimmy is an easy-to-use mocking framework based on Pose. Like Pose, Shimmy helps you test your code by replacing calls to methods (including static, non-virtual and even private methods) with delegates (shims). However, with Shimmy, you don't have to write these delegates yourself. Instead, simply...
A fixture for XUnit that start up a fake local S3 bucket to test your code with. Whilst it was built for XUnit it should be framework agnostic.
Package Description
My Tested ASP.NET Core MVC view component attribute assertion methods.
Extends Xunit to add better support for integration testing.
Provides per-integration test database provisioning and database seeding for projects that utilize Entity Framework Core.
Ninstance creates test instances for your classes without you having to care about the constructor signature, so you can change dependencies without having to fix hundreds of tests, or passing substitutes that don't affect behaviour
Demonstrates usage of the Xunit.Theoretical Test Cases base class.
Provides a foundation upon which Xunit Theory Class Data may be generated more succinctly.
Provides a set of I/O oriented extension methods methods extending from Xunit.