Info
Version: | 3.18.3 |
Author(s): | Charlie Poole, Rob Prouse |
Last Update: | Tuesday, October 8, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://nunit.org/ |
NuGet Url: | https://www.nuget.org/packages/NUnit.Console |
Install
Install-Package NUnit.Console
dotnet add package NUnit.Console
paket add NUnit.Console
NUnit.Console Download (Unzip the "nupkg" after downloading)
Dependencies
- NUnit.ConsoleRunner(>= 3.12.0)
- NUnit.Extension.NUnitProjectLoader(>= 3.6.0)
- NUnit.Extension.VSProjectLoader(>= 3.8.0)
- NUnit.Extension.NUnitV2ResultWriter(>= 3.6.0)
- NUnit.Extension.NUnitV2Driver(>= 3.8.0)
- NUnit.Extension.TeamCityEventListener(>= 1.0.7)
Tags
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.