NUnit 3.8.1
NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible.
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 2.0+
- .NET Standard 1.3 and 1.6
- .NET Core
See the version list below for details.
Install-Package NUnit -Version 3.8.1
dotnet add package NUnit --version 3.8.1
<PackageReference Include="NUnit" Version="3.8.1" />
paket add NUnit --version 3.8.1
#r "nuget: NUnit, 3.8.1"
// Install NUnit as a Cake Addin
#addin nuget:?package=NUnit&version=3.8.1
// Install NUnit as a Cake Tool
#tool nuget:?package=NUnit&version=3.8.1
Release Notes
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.
Dependencies
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.0)
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.0)
- System.Runtime.Loader (>= 4.3.0)
- System.Threading.Thread (>= 4.3.0)
-
MonoAndroid 0.0
- NETStandard.Library (>= 1.6.0)
-
UAP 0.0
- NETStandard.Library (>= 1.6.0)
-
Xamarin.iOS 0.0
- NETStandard.Library (>= 1.6.0)
Used By
NuGet packages (5)
Showing the top 5 NuGet packages that depend on NUnit:
| Package | Downloads |
|---|---|
|
DelegateDecompiler.EntityFramework.Tests
Description
|
|
|
DelegateDecompiler.Tests
Description
|
|
|
JetBrains.Platform.Tests.Integration.Framework.Common
JetBrains Platform Tests Integration Framework Common Package Version 212.0.20211006.155518
|
|
|
TinySpec.NUnit
TinySpec is one class that abstracts away your testing syntax. It is a lightweight implementation of a BDD framework.
|
|
|
Visitmedia.DbChangeNotify
Tools zur Überwachung von Tabellen auf Änderungen
|