Top 20 NuGet tdd Packages

Simple Windows Phone 7 Unit testing toolkit
SystemWrapper is a library that wraps .NET classes for system resources like System.IO.FileInfo, System.Reflection.Assembly, and many other classes so you can easily mock them. This particular build of SystemWrapper is strongly-named from revision 94877.
Injectable file adapters
A simple test runner agnostic BDD framework
A simple test runner agnostic BDD framework. This version is signed.
This is a custom version, tailored for Testeroids which includes pending pull-requests on moq's official repository. Moq : The simplest mocking library for .NET 3.5/4.0 and Silverlight with deep C# 3.0 integration.
Simple verification Moq-like library for Microsoft Fakes.
A small framework and runner for .NET performance testing.
Provides the initial skeleton to write specs/tests for client side scripts in ASP.NET MVC Application.
A light-weight Micro-ORM to take away the pain in data access logic.
Object-Tree validation tools. Simple and readable validation of the structure and data of any object tree. Validation assertions can be either INamedPredicates or NUnit assertion constraints.
A collection of helper classes to aide in testing .NET applications
WP-Fx.Testing is a small testing library with additional testing features. Currently there is only a user-friendlier exception testing provided.
A library to make multi-threaded dispatch code more testable. Models a job dispatch pattern and provides both threaded and non threaded implementations.
Scaffold code generator for generating wrapper class to any existing non-testable classes such static classes and .Net libraries like System.IO. Very useful for doing TDD and decoupling dependencies to 3rd party libraries. Usage: On Package Manager Console type the following command: ...
A bridge package allowing smooth transition from LightBDD to LightBDD.NUnit2. After update to this version, the LightBDD package can be removed and LightBDD.NUnit2 should be used since then.
A bridge package allowing smooth transition from LightBDD.NUnit to LightBDD.NUnit2. After update to this version, the LightBDD.NUnit package can be removed and LightBDD.NUnit2 should be used since then.
Random custom data generator for testing software.
An automocking utility. Provides a fixture base class that minimizes the boiler plate code needed to write each unit test and reduces pains of refactoring.