more.xunit
2.1.0
See the version list below for details.
Requires NuGet 2.8.5 or higher.
dotnet add package more.xunit --version 2.1.0
NuGet\Install-Package more.xunit -Version 2.1.0
<PackageReference Include="more.xunit" Version="2.1.0" />
paket add more.xunit --version 2.1.0
#r "nuget: more.xunit, 2.1.0"
// Install more.xunit as a Cake Addin #addin nuget:?package=more.xunit&version=2.1.0 // Install more.xunit as a Cake Tool #tool nuget:?package=more.xunit&version=2.1.0
This package is a fork of xunit.core. 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 expanded TestMethodDisplay enumeration. To enable enhanced display names, you must add the "xunit.methodDisplay" application setting as documented at https://xunit.github.io/docs/configuring-with-xml.html. The value can be any valid combination of bitwise flags, specified in numeric form. To enable all display name format extensions without the class name, specify the value 30.
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 more.xunit.core and xunit.assert.
Learn more about Target Frameworks and .NET Standard.
-
- more.xunit.core (= 2.1.0)
- xunit.assert (= 2.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.