Top 20 NuGet nunit Packages

This package includes the NUnit 3.4.1 framework assembly, which is referenced by your tests. It also includes a test runner adapter that is used by TestDriven.Net when executing tests. The adapter is named 'nunit.framework.dll.tdnet' and must live in the same directory as the referenced 'nunit.frame...
A framework for running stress tests against random generators
A framework to round trip NUnit to / from Microsoft Excel customer tests
.NET Standard library that provides some extra NUnit functionality.
This package provides extensions to FluentAssertions for the Functional.Unions package.
A testing library written to easily add unit tests to cover behaviour held in SQL Server databases, using NUnit as the test framework. This library allows you to write SQL unit tests in code alongside all your other unit tests, including running them from within your IDE and as part of CI builds.
NUnit matchers for Coypu.
PNUnit provides a way to test applications composed of distributed, communicating components. It was developed by the folks at Codice Software for their internal use and contributed to NUnit. Note that pNUnit is not intended for running tests in parallel simply to make them run faster. It requires ...
Configures SpecFlow to be able to easily use Selenium for WebTesting. Makes it possible to annotate a scenario with the browser it's supposed to work with. Contains SauceLabs IWebDriver implementation which has utility methods to update test status.
A .NET framework that supports writing low-ceremony BDD tests using Gherkin language.
*TestBase* gives you a flying start with - fluent assertions that are easy to extend - sharp error messages - tools to help you test with “heavyweight” dependencies on - AspNetCore.Mvc, AspNet.Mvc or WebApi Contexts - HttpClient - Ado.Net - Streams & Logging - Mix & match with your favouri...
Define, Combine, Visualize and Replay hundreds of test cases with a few lines of code! Website and source code: http://github.com/jeromerg/NCase NCase is a mix between a Mocking Framework like Moq and a parametrized test framework, having advanced combinatorial capabilities. NCase is not rel...
CNUnit - tool to run concurrent tests using many instances of NUnit Console Runner. For example for not threadsafe tests
.Net Core Test Result Parser Global Tool Usage: dotnet labodotnettestresultsparser [arguments] [options] Arguments: path The test result xml path. Options: --version Show version information -?|-h|--help Show help information -f|--format Unit test result xml format. Allowe...
Bringing Jest-esque Snapshot testing to C# See Project Site for more details
Common code for all SignalR.UnitTestingSupport.* nugets . If you want support for unit testing signalR core (Hub and IHubContext) use one of this packages (NUnit, xUnit, MsTest version): https://www.nuget.org/packages/SignalR.UnitTestingSupport.NUnit, https://www.nuget.org/packages/SignalR.UnitTe...
When you make a unit test assertion with PowerAssert, your assertion messages become much more useful.
MvcRouteTester is a .Net library to help unit testing ASP MVC route tables. It contains asserts for for both regular controllers and the Api controllers that are new in MVC 4.0. It is built in .Net 4.0 and ASP MVC 4.0.
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
Additonal FluentAssertions for multithreaded tests