Found 1,068 packages
Combined package to setup SpecFlow with NUnit easily for running the tests with the NUnit runners.
NUnit attributes extenstions for Allure
Enables verification of complex models and documents.
This package includes the nunit.engine.api, which is normally the only assembly referenced by runners as well as by engine extensions. It is not intended for direct use by users who simply want to run tests using NUnit.
Create beautiful reports from your NUnit tests.
NUnit addin for reporting test results to https://reportportal.io
NUnit Serilog sink. Usage: var log = new LoggerConfiguration().WriteTo.NUnitOutput().CreateLogger();
FsCheck.NUnit integrates FsCheck with NUnit by adding a PropertyAttribute that runs FsCheck tests, similar to NUnit TestAttribute. All the options normally available in vanilla FsCheck via configuration can be controlled via the PropertyAttribute.
Project and item templates containing basic NUnit 3 Test Project.
Roslyn Test Verifiers for NUnit.
NUnit output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to an NUnit console with NUnit.Framework.TestContext.Progress.WriteLine()
This package contains NUnit 3.x Constraints to be used with XMLUnit.NET's core. XMLUnit provides you with the tools to verify the XML you emit is the one you want to create. It provides helpers to validate against an XML Schema, assert the values of XPath queries or compare XML documents against expected outcomes.
A package including the NUnit test frameworks and the Visual Studio 2012/13 test adapter. With this package you don't need to install the VSIX adapter package, and you don't need to upload the adapter to your TFS server. Note that this package also contains the NUnit framework. The package works with Visual Studio 2012 from RTM, and all Updates, and with Visual Studio 2013 RTM and all updates, and Visual Studio 2015 tested up to CTP6
NUnit Extension for the C# Version of ArchUnit (see: archunit.org)
Roslyn Analyzer NUnit Framework C# Types.
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.
NUnit Snapshooter is a flexible snapshot testing tool for .Net unit tests with NUnit. It creates and asserts snapshots (json format) within NUnit unit tests.
Add deep object comparison to your NUnit assertions. Simply use Is.DeepEqualTo in place of Is.EqualTo.
Adds support for running NUnit 3 unit tests on Xamarin Supported Xamarin platforms: - Android - iOS - Windows 10 Universal Apps
Allows for a @Retry, @Retry(n) tags to be placed above Scenarios and Features in SpecFlow.NUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated. Based on Josh Keegan's xRetry.SpecFlow package.