Top 20 NuGet unittest Packages

.NET 4.0 NDbUnit for SqlLite targets; NDbUnit is a framework for managing database state during data-dependent unit tests
.NET 4.0 NDbUnit for SqlServer CE targets; NDbUnit is a framework for managing database state during data-dependent unit tests
A simple BDD Test Framework on top of Visual Studio Tests
The StaticDataLibrary T4 template generates a library of static data objects from CSV files and Excel spreadsheets. The primary intended use for this template is to generate lists of data at design-time for unit tests, although it can also be used to generate other static data that doesn't change du...
CreateObjectOfType is a helper framework for reduce the amount of boilerplate code required to test objects using DI and Moq.
A simple package to speed up the assertion of parameters of methods mocked with Moq
AutoBuilder is a .Net Core library that makes easy creation of objects graphs filled of data. It is a tool for building unit tests arranges.
Helper utility for MEF2 composition in Unit Testing
Extensions for AutoFixture
A library for unit testing Serilog log events in concurrent testing frameworks.
The package is intended to help generate various sequences, random and with rules. Provided is Sequence class, that given min, max and step. Calculate, without enumerating, sum, length, Variance, Standard Deviation etc.. Can enumerate lazily all elements. Also, extension methods to System.Random add...
PrivateObject allows to access/call private members for any test framework. PrivateStaticAccessor is provided for access/call private static members.
Test Run Extensions for the Microsoft Test Framework - MSTest V2
Unit test extensions for Unity and Moq
Extensions.Logging.ListOfString logs to a list of string so you can test your logging : ``` ILoggerFactory factory=new LoggerFactory.AddProvider(new StringListLoggerProvider()) ILogger logger= factory.CreateLogger("Test1"); ...tests... ; StringListLogger.Instance .LoggedLines .ShouldContain(...
CherryPicker is a data injection framework for building test data objects.
Provides assertions for IEnumerable<T> that follow the same patterns as the assertion classes provided in MSTest.TestFramework
A .NET library for writing easy-to-read tests.
MSTest V2 Test Framework Extensions.
Provides the ability to send HttpWebRequest and get HttpWebResponses without a server. You can mock all available properties from HttpWebResponse .Net object with a json configuration file. This tool is not intrusive. With dependency injection you can simply switch between your own implementation o...