1. MvcRouteUnitTester

    By:

    MVC Route Unit Tester provides convenient, easy to use methods that let you unit test the route table in your ASP.NET MVC application, including Area routes. Unlike many libraries, this lets you test routes both ways -- both incoming and outgoing. You can specify an incoming request and make one of several assertions about the outcome; such that th... More information

  2. QUnit for ASP.NET MVC

    By:

    This QUnit support for ASP.NET MVC. You may also use it for ASP.NET Webforms, but the css folder will not be on the default location. QUnit is a powerful, easy-to-use, JavaScript test suite. It's used by the jQuery project to test its code and plugins but is capable of testing any generic JavaScript code (and even capable of testing JavaScript code... More information

  3. Fluent Assertions

    By:

    A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit test. Runs on .NET 3.5, 4.0 and 4.5 (Desktop and Windows Store), Silverlight 4 and 5 and Windows Phone 7.5. Supports the unit test frameworks NUnit, XUnit, MBUnit, Gallio and MSpec.

  4. Asynchronous unit test support for Visual Studio

    By:

    "[TestMethod] async void MyTest()" actually works correctly.

  5. Silverlight.UnitTest

    By:

    Silverlight unit testing framework. Add to a Silverlight 4 application, then follow instructions in Readme.txt.

  6. Microsoft Visual Studio Unit Test Framework Extensions

    By:

    This package contains extensions to the Microsoft Visual Studio Team Test unit testing framework. Features include alternatives to ExpectedExceptionAttribute and a fully extensible assertion application programming interface.

  7. silverlight.unittest.wp7

    By:

    Silverlight unit testing framework for Windows Phone 7

  8. SilverlightToolkit-Testing

    By:

    Unofficial Silverlight Unit Testing Framework package. Contains Microsoft.Silverlight.Testing.dll and Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll from Silverlight Toolkit.

  9. ConstructorTester

    By:

    Tests constructors in a given assembly or class for ArgumentNullExceptions.

  10. Spring.Rest Testing

    By:

    Spring.NET REST Client Testing Framework

  11. Mongo2Go

    By:

    Mongo2Go is a manged wrapper around the latest MongoDB binaries. It targets .NET 3.5. and should work in later versions, too. This Nuget package contains the executables of mongod, mongoimport and mongoexport v2.2.0 (32bit). Mongo2Go has two use cases: 1. Providing multiple, temporary and isolated MongoDB databases for unit tests (or to be precise... More information

  12. MvcContrib TestHelper

    By:

    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 project.

  13. Underscore Log

    By:

    The Underscore Log projects solves the problem to standardizing the way to write javascript code and the way the logs are displayed in all browsers.

  14. ExpressionToCodeLib

    By:

    Generates valid, readable C# from an Expression Tree, and can annotate that code with runtime values. This can be useful for code generation and for unit testing: ExpressionToCode detects NUnit, xUnit.NET and MSTest and uses their assertions if available, and a normal Exception otherwise (so it runs fine outside those specific unit testing framewo... More information

  15. PhantomTest.NET

    By:

    Uses PhantomJS to run your mocha/chai/sinon test suite, base package to be used for specific test runners

  16. MicroLite.Testing

    By:

    A project containing helper classes for testing the code which uses the MicroLite ORM Framework

  17. PhantomTest.NET.NUnit

    By:

    Uses PhantomJS to run your mocha/chai/sinon test suite, shows results in your NUnit test runner

  18. Facadebook C# SDK

    By:

    Facadebook C# SDK is a facade and abstraction layer for the Facebook C# SDK. Use it if you need to write your own adjustments or if you need to unit test your code. We do. This package facades the Facebook C# base library.

  19. RIAServices.UnitTesting

    By:

    RIAServices.UnitTesting provides a DomainServiceTestHost that can be used to unit test your Domain Services.

  20. RIA Services Toolkit (all packages)

    By:

    Includes SOAP and JSON Endpoints, EntityFramework Code-First support, Linq to Sql support, Unit Test Host, T4 code generation, and the Windows Azure Table Storage DomainService. RIAServices.Server is also included, which allows for easier bin-deployment of your RIA Services applications by referencing the core server assemblies from the NuGet pack... More information