more.xunit 2.3.1

Requires NuGet 2.12 or higher.

dotnet add package more.xunit --version 2.3.1
NuGet\Install-Package more.xunit -Version 2.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="more.xunit" Version="2.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add more.xunit --version 2.3.1
#r "nuget: more.xunit, 2.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install more.xunit as a Cake Addin
#addin nuget:?package=more.xunit&version=2.3.1

// Install more.xunit as a Cake Tool
#tool nuget:?package=more.xunit&version=2.3.1

This package is a fork of xUnit.net. It contains all of the original functionality with the addition of enhanced test display names as described in PR 828 (https://github.com/xunit/xunit/pull/828) and proposed in Issue 759 (https://github.com/xunit/xunit/issues/759). The possible options are defined in the new TestMethodDisplayOptions enumeration. To enable all enhanced display name options, you must add the "xunit.methodDisplayOptions" application setting with the value "all". You must also use the "more.xunit.runner.visualstudio" package. The class and method name options are still controlled by the TestMethodDisplay enumeration and the "xunit.methodDisplay" application setting.

xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features.

Installing this package installs xunit.core, xunit.assert, and xunit.analyzers.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.1 27,888 10/30/2017
2.2.3 3,099 4/3/2017
2.2.2 1,740 3/8/2017
2.2.0 3,870 3/8/2017
2.2.0-beta2-build3300 1,150 7/21/2016
2.1.0 3,101 7/2/2016