- Notifications
You must be signed in to change notification settings - Fork742
nunit/nunit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NUnit is a unit-testing framework for all .NET languages.It can run on macOS, Linux and Windows operating systems.NUnit can be used for a wide range of testing, from unit testing with TDD to full fledged system and integration testing.It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes.
The latest version, version 4, is an upgrade from the groundbreaking NUnit 3 framework. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs.
If you are upgrading from NUnit 3, be aware of thebreaking changes. Please see theNUnit 4 Migration Guide and take care to prepare your NUnit 3 code before you do the upgrade.
The latest stable release of the NUnit Framework isavailable on NuGet or can bedownloaded from GitHub. Pre-release builds areavailable on MyGet.
Documentation for all NUnit projects can be found at thedocumentation site.
For more information on contributing to the NUnit project, please seeCONTRIBUTING.md and theDeveloper Docs.
NUnit 3.0 was created byCharlie Poole,Rob Prouse,Simone Busoli,Neil Colvin and numerous community contributors. A complete list of contributors since NUnit migrated to GitHub can befound on GitHub.
Earlier versions of NUnit were developed by Charlie Poole, James W. Newkirk, Alexei A. Vorontsov, Michael C. Two and Philip A. Craig.
NUnit is Open Source software and NUnit 4 is released under theMIT license. Earlier releases used theNUnit license. Both of these licenses allow the use of NUnit in free and commercial applications and libraries without restrictions.
NUnit is made up of several projects. When reporting issues, please try to report issues in the correct project.
- NUnit Test Framework - The test framework used to write NUnit tests (this repository)
- NUnit Visual Studio Adapter - Visual Studio/Dotnet adapter for running NUnit 3 and 4 tests in Visual Studio or the
dotnet
command line. - NUnit Console and Engine - Runs unit tests from the command line and provides the engine that is used by other test runners to run NUnit tests.
- NUnit Visual Studio Adapter - Visual Studio adapter for running NUnit 3 and 4 tests in Visual Studio or the
dotnet
command line. - NUnit Visual Studio Templates - Project templates and snippets for writing unit tests in Visual Studio. This repo is for reference only, as the templates have been donated to theDotnet project and are maintained there, and also released as part of the dotnet releases.
- Visual Studio Test Generator - Generates NUnit tests in Visual Studio
- NUnit 2 Visual Studio Adapter - Visual Studio adapter for running older NUnit 2.x tests in Visual Studio and in VSTS/TFS builds
- NUnit 2 Driver - Allows the NUnit 3 engine to run NUnit 2 tests
- NUnit 2 Result Writer - Writes test results in the legacy NUnit 2 format
- Visual Studio Project Loader - Loads and parses Visual Studio projects and solutions
- NUnit Project Loader - Loads NUnit projects
About
NUnit Framework