Info
Version: | 2.6.4 |
Author(s): | Charlie Poole |
Last Update: | Wednesday, December 17, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://nunit.org |
NuGet Url: | https://www.nuget.org/packages/pNUnit |
Install
Install-Package pNUnit
dotnet add package pNUnit
paket add pNUnit
pNUnit Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.