pNUnit 2.6.4

dotnet add package pNUnit --version 2.6.4
NuGet\Install-Package pNUnit -Version 2.6.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="pNUnit" Version="2.6.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add pNUnit --version 2.6.4
#r "nuget: pNUnit, 2.6.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install pNUnit as a Cake Addin
#addin nuget:?package=pNUnit&version=2.6.4

// Install pNUnit as a Cake Tool
#tool nuget:?package=pNUnit&version=2.6.4

PNUnit provides a way to test applications composed of distributed, communicating components. It was developed by the folks at Codice Software for their internal use and contributed to NUnit.

Note that pNUnit is not intended for running tests in parallel simply to make them run faster. It requires careful setup of each parallel test using an XML description of the individual cooperating tests.

This package includes only the pNUnit framework assembly, which is referenced by your tests. Executing the tests requires using the pNUnit launcher, which is distributed as part of the NUnit.Runners package.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.6.4 44,442 12/17/2014
2.6.3 11,093 10/11/2013
2.6.2 6,351 10/23/2012
2.6.1 1,942 8/5/2012
2.6.0.12054 2,891 2/24/2012