NUnit 2.6.4
See the version list below for details.
Install-Package NUnit -Version 2.6.4
dotnet add package NUnit --version 2.6.4
<PackageReference Include="NUnit" Version="2.6.4" />
paket add NUnit --version 2.6.4
#r "nuget: NUnit, 2.6.4"
// Install NUnit as a Cake Addin
#addin nuget:?package=NUnit&version=2.6.4
// Install NUnit as a Cake Tool
#tool nuget:?package=NUnit&version=2.6.4
NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests.
Version 2.6 is the seventh major release of this well-known and well-tested programming tool.
This package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.
| Product | Versions |
|---|---|
| .NET Framework | net |
This package has no dependencies.
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 |
Version 2.6 is the seventh major release of NUnit.
Unlike earlier versions, this package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.
The nunit.mocks assembly is now provided by the NUnit.Mocks package. The pnunit.framework assembly is provided by the pNUnit package.