About 3,470 results
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 …

  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 …

  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 …

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

  5. Attributes | NUnit Docs

    All NUnit attributes are contained in the NUnit.Framework namespace. Each source file that contains tests must include a using statement for that namespace and the project must …

  6. Namespace NUnit.Framework | NUnit Docs

    A flag in the NUnit.Framework.Internal.TestExecutionContext is set forcing all child tests to be run sequentially on the current thread. Any Parallel Scope setting is ignored.

  7. Framework Release | NUnit Docs

    NUnit still supports building and compiling your tests in older .NET IDEs and NUnit still supports older versions of the .NET Framework back to 2.0. For contributors, NUnit can now compile all …

  8. 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, shifting towards a …

  9. TestFixture | NUnit Docs

    Beginning with NUnit 2.5, the TestFixture attribute is optional for non-parameterized, non-generic fixtures. So long as the class contains at least one method marked with the Test, TestCase or …

  10. Installation | NUnit Docs

    The NUnitLite approach provides a way to run NUnit tests without a full install of the NUnit runner and test engine assemblies. Only the framework and a small runner program are installed.