more.xunit.core
2.3.1
Requires NuGet 2.12 or higher.
dotnet add package more.xunit.core --version 2.3.1
NuGet\Install-Package more.xunit.core -Version 2.3.1
<PackageReference Include="more.xunit.core" Version="2.3.1" />
paket add more.xunit.core --version 2.3.1
#r "nuget: more.xunit.core, 2.3.1"
// Install more.xunit.core as a Cake Addin #addin nuget:?package=more.xunit.core&version=2.3.1 // Install more.xunit.core as a Cake Tool #tool nuget:?package=more.xunit.core&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.
Includes the libraries for writing unit tests with xUnit.net.
Learn more about Target Frameworks and .NET Standard.
-
- more.xunit.extensibility.core (= 2.3.1)
- more.xunit.extensibility.execution (= 2.3.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on more.xunit.core:
Package | Downloads |
---|---|
more.xunit
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.