Info
Version: | 3.13.3 |
Author(s): | Charlie Poole, Rob Prouse |
Last Update: | Sunday, March 20, 2022 |
.NET Fiddle: | Online Example |
Project Url: | https://nunit.org/ |
NuGet Url: | https://www.nuget.org/packages/NUnit |
Install
Install-Package NUnit
dotnet add package NUnit
paket add NUnit
NUnit Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
No dependencies.
No dependencies.
No dependencies.
- NETStandard.Library(>= 2.0.0)
Tags
This package includes the NUnit 3 framework assembly, which is referenced by your tests.
You will need to install version 3 of the nunit3-console program or a third-party runner that supports NUnit 3 in order to execute tests. Runners intended for use with NUnit 2.x will not run NUnit 3 tests correctly.
Supported platforms:
- .NET Framework 3.5+
- .NET Standard 2.0+.