About 83 results
Open links in new tab
  1. NUnit.org

    The NUnit Project is a member of the .NET Foundation. NUnit is run by the core team, Rob Prouse, Terje Sandstrom (Lead), Joseph Musser, Mikkel Nylander Bundgaard, Steven Weerdenburg, and …

  2. NUnit Documentation Site | NUnit Docs

    NUnit Documentation Site This web site contains the documentation for all active NUnit projects as well as developer documentation for those working on NUnit or wishing to do so. User Documentation …

  3. Running Tests | NUnit Docs

    The Console Runner, nunit-console.exe, is used for batch execution. The NUnitLite runner, nunitlite-runner.exe, is a light weight runner originally used internally in the team, but can be used by anyone …

  4. TestCase | NUnit Docs

    (NUnit 4.1+) Be aware of mixing the syntax for named parameters and attributes with the same name Correct Ignore Attribute Usage, by Example Warning When using the Ignore parameter (and others, …

  5. NUnit Documentation

    NUnit Documentation This documentation covers NUnit 3.0 and higher. Where applicable, we have marked sections with the version in which a feature first appeared. If you are new to NUnit, we …

  6. Installation | NUnit Docs

    Installation To install NUnit, you can use various installation approaches, depending upon your preferred development environment and preferences. I'm using Visual Studio as my development tool You can …

  7. .NET Core | NUnit Docs

    More information and getting started tutorials are available for NUnit and .NET Core targeting C#, F# and Visual Basic in the .NET Core documentation's Unit Testing in .NET Core page.

  8. Downloads - NUnit

    Mar 31, 2022 · NUnit is the most popular unit test framework for .NET.

  9. Towards NUnit Version 4

    Towards NUnit Version 4 NUnit 4 has been long-awaited, and we are now starting to see its outline taking shape. With the introduction of NUnit 4, we are also making changes to the release cadence, …

  10. TestFixture | NUnit Docs

    TestFixture This is the attribute that marks a class that contains tests and, optionally, setup or teardown methods. Most restrictions on a class that is used as a test fixture have now been eliminated. A test …