Found 39 packages
This package includes the nunit3-console runner and test engine for version 3 of the NUnit unit-testing framework. Any extensions, if needed, may be installed as separate packages.
This package 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.
This package is now obsolete and has been replaced by the NUnit.Console package. 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.
NUnitLite provides a simple way to run NUnit tests, without the overhead of a full NUnit installation. It is suitable for projects that want to have a quick way to run tests using a console runner and don't need all the features of the NUnit engine and console runner. Supported platforms: - .NET Framework 4.6.2+ - .NET 6.0 - .NET 8.0+ How to use this package: 1. Create a console application for your tests and delete the generated class containing Main(). 2. Install the NUnitLite package, which creates a new Main() as well as adding a reference to NUnitLite. This will also bring in the NUnit package, which adds a reference to the NUnit framework to your project. 3. Add your tests to the test project and simply start the project to execute them.
NUnit output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to an NUnit console with NUnit.Framework.TestContext.Progress.WriteLine()
NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. Version 2.6 is the seventh major release of this well-known and well-tested programming tool. This package includes the NUnit console, gui and pnunit runners and is compatible with all NUnit framework versions 2.0 through 2.6. The NUnit project editor is also included. This unofficial package is limited to run on the 4.x framework which improves compatibility with Mono when running tests compiled for 4.x.
This package includes the .NET Core build of the NUnit console runner and test engine. Any extensions, if needed, may be installed as separate packages.
Easy-to-use test run reporter for NUnit 3 (NUnit extension for both NUnit.Console and NUnit.Engine)
Logging and screenshot functionality added for each test case
NUnitOrange is now discontinued and superseded by ReportUnit (http://reportunit.relevantcodes.com/), its replacement, which now generates reports for several other test-runners besides NUnit NUnitOrange creates masonry style HTML reports for NUnit. Its a simple Console application that creates easy to use, attractive dashboard. It shows the XML output from NUnit in a presentable manner with charts, graphs and tables.
Library comparing different versions of an api using reflection to ensure compatibility with third party components. NUnit integration.
Create Html reports from your NUnit tests This is a translation from NUnit2ReportTask.cs (http://weblogs.asp.net/thangchung/archive/2010/12/17/generating-report-for-nunit.aspx) The purpose is to create a Console version from: "NUnit2ReportTask"
This package provides just NUnit (v2.6.4) console and gui runners (no x86) for .NET 4. It is a modification of the package NUnit.Runners. DO NOT INSTALL using Visual Studio package manager (not even the console). DO INSTALL with nuget command line: "nuget.exe install nunit.runners.lite -OutputDirectory tools". Complete the installation with a generic "NUnit" symbolic link by executing "add-link.cmd" from within latest version installed.
A simple console runner for NUnit tests
Tiny wrapper around nunit-console.exe that adds colors
Library comparing different versions of an api using reflection to ensure compatibility with third party components. Console application.
Fettle is an experimental mutation testing tool for C# code. It can mutate C# code that runs on the .NET Framework (Mono or .NET Core are not supported). If your tests use NUnit 3, Fettle will use them by default (version 3.10 or higher recommended). Or if you use another framework, or need to run them in a special way, then you can use a custom test runner command.
This version of NUnit lite includes some additional fixes to show the output also additional information in each test result. NUnitLite provides a simple way to run NUnit tests, without the overhead of a full NUnit installation. It is suitable for projects that want to have a quick way to run tests using a console runner and don't need all the features of the NUnit engine and console runner. Supported platforms: - .NET 2.0+ - .NET Standard 1.3 and 1.6 - .NET Core How to use this package: 1. Create a console application for your tests and delete the generated class containing Main(). 2. Install the NUnitLite package, which creates a new Main() as well as adding a reference to NUnitLite. This will also bring in the NUnit package, which adds a reference to the nunit framework to your project. 3. Add your tests to the test project and simply start the project to execute them.
Fixes and adds extra output information later each test execution. NUnitLite provides a simple way to run NUnit tests, without the overhead of a full NUnit installation. It is suitable for projects that want to have a quick way to run tests using a console runner and don't need all the features of the NUnit engine and console runner. Supported platforms: - .NET 2.0+ - .NET Standard 1.3 and 1.6 - .NET Core How to use this package: 1. Create a console application for your tests and delete the generated class containing Main(). 2. Install the NUnitLite package, which creates a new Main() as well as adding a reference to NUnitLite. This will also bring in the NUnit package, which adds a reference to the nunit framework to your project. 3. Add your tests to the test project and simply start the project to execute them.
This package includes the .NET 8.0 build of the NUnit console runner and test engine. Any extensions, if needed, may be installed as separate packages.