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.
<PackageVersion Include="pNUnit" Version="2.6.4" />
                    
Directory.Packages.props
<PackageReference Include="pNUnit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=pNUnit&version=2.6.4
                    
Install pNUnit as a Cake Addin
#tool nuget:?package=pNUnit&version=2.6.4
                    
Install pNUnit as a Cake Tool

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.6.4 985 12/17/2014
2.6.3 810 10/11/2013
2.6.2 439 10/23/2012
2.6.1 140 8/5/2012
2.6.0.12054 143 2/24/2012