Top 20 NuGet unittest Packages

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.
Integration testing framework for developers. TestR allows automating testing of web applications. Adds PowerShell features that are not part of the regular deployment.
This package helps you to solve expression function in unit test moq framework.
Speed up your unit test writing by using this helper that leverages AutoMocker to automatically mock dependencies.
Yet another embedded resource loader, but this one does it using attributes!
Provides a HttpClient that can be used in unit-tests. HttpClientMock allows to setup a HttpClient instance which returns a predefined response.
Features that depend on Xunit.
google test developer package of Google Test version 1.10.0
NaturalSpec is a .NET UnitTest framework which provides automatically testable specs in natural language.
Automocking container using Microsoft Unity and Moq.
Method Chaining base UnitTesting Extension Methods and Dynamic Private Accessor for NUnit.
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.5 and ASP MVC 5.1. See the project page for packages for ASP MVC 5.0 and ASP MVC 4.0
MySql standalone server for C# unit tests. Use this package to run unit tests locally without spending time setting up a MySql server.
When writing unit tests for any code that uses dependency injection, and when using a mocking framework, we need to declare and inject any dependency we have. This is repetitive and boring code to write, especially on classes with many dependencies. AutoMock solves this by creating mocks/stubs on th...
Extension library for Moq.
Assert Extensions for the Microsoft Test Framework - MSTest V2
Serilog.Sinks.ListOfString logs to a list of string so you can test your logging : ``` var log= new List<String>(); var testLogger= new LoggerConfiguration().WriteTo.StringList(log).CreateLogger(); ...tests... log.ShouldContain( x=>x.Matches("kilroy was here") ); ``` This is for Serilog. For Mic...
Method Chaining base UnitTesting Extension Methods and Dynamic Private Accessor for MSTest. This provides only single .cs file.
NCrunch.Framework is a run-time library for NCrunch users. This library contains attributes and tools that enable some very powerful features within NCrunch.
AFrame is a common automation framework built ontop of Selenium for Web Apps, Microsoft CodedUI for Desktop Apps and Appium for Mobile Apps. Utilizing the page object pattern and many others, AFrame gives your automation scripts the ability to be maintainable, flexible, and relia...