Info
Version: | 3.12.0 |
Author(s): | Charlie Poole |
Last Update: | Sunday, January 17, 2021 |
.NET Fiddle: | Online Example |
Project Url: | https://nunit.org/ |
NuGet Url: | https://www.nuget.org/packages/NUnit.Runners |
Install
Install-Package NUnit.Runners
dotnet add package NUnit.Runners
paket add NUnit.Runners
NUnit.Runners Download (Unzip the "nupkg" after downloading)
Dependencies
- NUnit.Console(>= 3.12.0)
Tags
It includes the nunit3-console runner and test engine for version 3 of the NUnit unit-testing framework.
The following extensions are included with this package:
* NUnitProjectLoader - loads tests from NUnit projects
* VSProjectLoader - loads tests from Visual Studio projects
* NUnitV2ResultWriter - saves results in NUnit V2 format.
* NUnitV2FrameworkDriver - runs NUnit V2 tests.
* TeamCityEventListener - supports special progress messages used by teamcity.
Other extensions, if needed, must be installed separately.