1. NUnit

    By:

    NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. Version 2.6 is the seventh major release of this well-known and well-tested programming tool. This package includes only the framework assemb... More information

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

  3. PowerAssert

    By:

    When you make a unit test assertion with PowerAssert, your assertion messages become much more useful because PowerAssert shows you the values of each element in your assertion expression. See http://powerassert.codeplex.com/ for examples

    923 downloads

  4. NSubstitute

    By:

    NSubstitute is a friendly substitute for .NET mocking frameworks. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind.

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

  6. NUnit.Runners

    By:

    NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. Version 2.6 is the seventh major release of this well-known and well-tested programming tool. This package includes the NUnit console, gui an... More information

  7. NUnitLite

    By:

    NUnitLite provides a subset of the features of NUnit, uses minimal resources and runs on resource-restricted platforms used in embedded and mobile development. How to use this package: 1. Create a console application for your tests and delete the generated class containing Main(). 2. Install the NUnitLite package, which creates a new Main() as w... More information

  8. Ensure

    By:

    Provides declarative way for checking conditions.

  9. FluentAsserts

    By:

    Allow assertions to be written using a fluent API.

  10. Call by Contract (CbC) JavaScript library

    By:

    A JavaScript library with function argument assertions, a function parser and assertion wrapper functionality. By wrapping your functions you get defined, notNull, bool, func, number, object, string and notEmpty assertions for free. The interface is specially optimised for the Visual Studio JavaScript IntelliSense. Note that the assertions are not... More information

  11. Chaining Assertion for MSTest

    By:

    Method Chaining base UnitTesting Extension Methods and Dynamic Private Accessor for MSTest. This provides only single .cs file.

  12. VerifyArgs

    By:

    Contains Verify - fast and extensible class for simple method arguments asserts. Example: Verify.Args(new { param1, param2 }).NotNull()

  13. AssertEx

    By:

    A set of simple assert extensions to give you more choices and easier to read tests

  14. MoreLINQ's AssertCount for C# Sequences (Source)

    By:

    C# source implementation that enhances LINQ to Objects with the method AssertCount. Asserts that a source sequence contains a given count of elements.

  15. BuildingBlocks.Mvc.FluentAssertions

    By:

    Helpers for testing ASP.NET Mvc with FluentAssertions

    1,925 downloads

  16. MFUnit

    By:

    .Net Micro Framework Unit Testing Library

  17. NETFx xUnit-like assertion for MSTest.

    By:

    Use code snippet 'assertion' to get the declaration at the top of the file. Then just use Assert.Equal(...) and the like.

  18. Chaining Assertion for NUnit

    By:

    Method Chaining base UnitTesting Extension Methods and Dynamic Private Accessor for NUnit. This provides only single .cs file.

  19. SharpTestsEx

    By:

    SharpTestsEx (Sharp Tests Extensions) is a set of extensible extensions. The main target is write short assertions where the Visual Studio IDE intellisense is your guide. #TestsEx can be used with NUnit, MsTests, xUnit, MbUnit... even in Silverlight.

    26,310 downloads

  20. Chaining Assertion for xUnit

    By:

    Method Chaining base UnitTesting Extension Methods and Dynamic Private Accessor for xUnit.net. This provides only single .cs file.