Top 20 NuGet Unit Testing Packages

Allows you to hierarchically order your entire (or part of) your NUnit test suite, support dependencies between tests and skipping tests if their dependencies fail. Ideal for complex integration tests.
Utilities for approval object using StatePrinter (https://github.com/kbilsted/StatePrinter). For example: StatePrinterApprovals.Verify(turtle);
Allows creating acceptance tests in developer friendly environment by offering LightBDD.Framework features on top of Fixie testing framework. High level features: * user friendly bdd scenario definitions; * test execution tracing and time measurement, helpful during longer test execution; * Xml/Htm...
MVC functional tests with a fixture pattern for a MySql database on EF Core
Speed up your unit test writing by using this helper that leverages AutoMocker to automatically mock dependencies.
Support for interaction with, and testing of, WPF clients with test automation framework TAF.
Bringing Jest-esque Snapshot testing to C# See Project Site for more details
A utility that runs in the windows tray and handles the results of file differences.
Tools for testing code that uses SignalR
Package to help one get starting quickly with automated testing
Xunit.DependencyInjection project template
Auto-populate your test data
Through the class Any, this library allows you to create all sort of base types randomly, this will help clarify your code, especially while testing. A known issue with developers struggling with test data setup, is that often the initial, explicit hard coded value or variables, can leave questions ...
Project template for getting started using DBConfirm with NUnit and SQL Server
Project template for getting started using DBConfirm with MSTest and SQL Server
A code-generation tool for use with DBConfirm, to generate template files based on existing tables within a SQL Server database.
A stopwatch class designed towards measuring how much time a process or section of code uses. Great for measuring code efficiency and performance.
A collection of Helpers that make unit testing easier and more effective. Includes a Deterministic Task Scheduler