Open links in new tab
  1. NUnit.org

    What Is NUnit? NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 3, has been completely rewritten with many new features 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.

  3. Downloads - NUnit

    Mar 31, 2022 · Downloads Download Types The preferred way to download NUnit is through the NuGet package manager. The latest releases of can always be found on the relevant GitHub releases pages.

  4. NUnit Documentation

    If you are new to NUnit, we suggest you begin by reading the Getting Started section of this site. Those who have used earlier releases may want to begin with the Upgrading section.

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

  6. NUnit - ExceptionAsserts

    NUnit Version 2 Documentation Archive Exception Asserts (NUnit 2.5) The Assert.Throws method is pretty much in a class by itself. Rather than comparing values, it attempts to invoke a code snippet, …

  7. Installation | NUnit Docs

    Search for NUnit and choose the NUnit Test Project template. This will add a new project to your solution, containing a single test class and a single test method.

  8. TestCase | NUnit Docs

    Individual test cases are executed in the order in which NUnit discovers them. This order does not necessarily follow the lexical order of the attributes and will often vary between different compilers or …

  9. NUnit - Exception

    As an alternative, NUnit 2.4 allows designating a method that will be called to process the exception. This is particularly useful when multiple exceptions need to be processed in the same way.

  10. NUnit - Features

    In addition to running tests in a single assembly, NUnit provides support for tests organized as Multiple Assemblies and for creating and running tests as NUnit Test Projects.