Top 20 NuGet unit Packages

Manage your DbContexts the right way. The persistence or infrastructure layer uses the DbContext (e.g. from a repository). Controlling its scope and transaction lifetime, however, is ideally the reponsibility of the orchestrating layer (e.g. from an application service). This package adds that abil...
Unit of work framework
Tests constructors in a given assembly or class for ArgumentNullExceptions.
Adds QUnit js/css to ASP.NET MVC Razor projects and Cshtml Test Runner web page to /QUnitTests/index.cshtml. Just put your tests into js files in /QUnitTests folder. The test runner scans for all of them. Feel free to rename QUnitTests testing folder to anything you like. Please send any suggestion...
a collection of wp7 helper classes which make it simpler to write tests for wp7
A library for configuring and computing measurement conversions
Uses PhantomJS to run your mocha/chai/sinon test suite, shows results in your NUnit test runner
Entity Framework Repository, Unit of Work Interfaces and Abstract DbContextRepository, DbContextUnitOfWork derived from Interfaces.
A repositiory wrapper for the Entity Framework offering full unit test support through interfaced DbContext and nested unit of works for DB first and model first setups. See http://nqueries.codeplex.com for installation details.
Provides a way to abstract the retrieval of Rx schedulers, such that the actual logic can be replaced at any moment. Useful for unit testing Reactive Extensions.
The TestHelper library allows simpler unit testing on Asp.net MVC controllers than can be accomplished through standard mocking and subclassing. It is designed to reduce the amount of work required to test controllers, and therefore should be used by your test projects but not in your web server pro...
Package Description
The pack with additional helpers and wrappers for web applications, based on dependency injection, thus fully testable.
MagicMoq is an extension to the Moq mocking framework – It is like an IoC container that injects mocked dependencies when resolving a type, making the job of creating testing subjects much easier (and nicer).
F# DSL for first-class MbUnit tests
Get the shortest and declarative test code you use it!!
The tasty specification framework.
Provide gherkin like syntax for xunit and moq testing
The pack with additional helpers and wrappers for ASP.NET MVC applications, based on dependency injection, thus fully testable.