NUnit 2.6.4

.NET Framework 0.0
There is a newer version of this package available.
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" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NUnit --version 2.6.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NUnit, 2.6.4"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// 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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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 Downloads Last updated
3.13.0 0 06.02.2022
3.12.0 0 06.02.2022
3.11.0 0 06.02.2022
3.10.1 0 06.02.2022
3.9.0 0 06.02.2022
3.8.1 0 06.02.2022
3.7.1 0 06.02.2022
3.6.1 0 06.02.2022
3.6.0 0 06.02.2022
3.5.0 0 06.02.2022
3.4.1 0 06.02.2022
3.2.1 0 06.02.2022
2.6.4 0 06.02.2022

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.