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. SpecFlow.NUnit

    By:

    Combined package to setup SpecFlow with NUnit v2.6+ easily. For running tests with NUnit runners, use SpecFlow.NUnit.Runners package!

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

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

  5. NUnit.Mocks

    By:

    NUnit.Mocks was originally developed for internal use in NUnit's own tests, although we no longer use it for that purpose. In addition, it has been useful as a teaching tool, allowing users to gain familiarity with mocking techniques before moving on to more serious frameworks. For production use, we recommend you install a full-featured mock obj... More information

  6. NUnit.Sample

    By:

    A sample NUnit test to help new users get started

    5,800 downloads

  7. NQUnit.NUnit

    By:

    A sample project to get you up and running with NQUnit using NUnit quickly. NQUnit is a .NET library for running jQuery QUnit JavaScript tests and parsing the result.

  8. SpecFlow.NUnit.Runners

    By:

    Combined package to setup SpecFlow with NUnit easily for running the tests with the NUnit runners.

  9. NUnit.Snippets

    By:

    This package installs snippets for NUnit. Now almost every assert is only few keystrokes away! After installation look in C:\Users\USERNAME\Documents\Visual Studio 2010\Code Snippets\Visual C#\My Code Snippets\NUnit\NUnit_snippets_summary.txt for list of available snippets. You can also read some info here http://writesoft.wordpress.com/2011/08/1... More information

  10. Chaining Assertion for NUnit

    By:

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

  11. NUnit.ExpectEx

    By:

    An extension to nunit assertions to reflect on lambda expressions passed to an expect method to give better output of what goes wrong on failures, rather than the builtin assertions.

    859 downloads

    Tags

  12. SharpArch.Testing.NUnit 2.0.4

    By:

    Provides base classes to help with testing applications written with Sharp Architecture and extension methods that improve the syntax of NUnit assertions.

    2,840 downloads

  13. WatiN.Extensions.NUnit

    By:

    WatiN Extensions for NUnit

    2,261 downloads

  14. NUnit.Extensions

    By:

    Community extensions for NUnit

  15. NUnit.Should

    By:

    Adds BDD .Should() assertion syntax to NUnit

    1,852 downloads

  16. Testing Commons NUnit

    By:

    Utility classes and extensions to facilitate common testing operations when using NUnit.

  17. Spring.Testing.NUnit 1.3.2

    By:

    Interfaces and classes that provide NUnit integration in Spring.Net

    1,497 downloads

  18. SpecRun.NUnit

    By:

    SpecRun - a smarter integration test runner for NUnit. Check the details on the website.

  19. FsUnit

    By:

    FsUnit is a set of extensions that add special testing syntax to NUnit.

  20. NBehave Spec - NUnit

    By:

    Extension methods for asserts for a more readable assert. Ex: 1.ShouldNotBeEqualTo(2)