more.xunit.extensibility.core
2.1.0
See the version list below for details.
Requires NuGet 2.8.5 or higher.
dotnet add package more.xunit.extensibility.core --version 2.1.0
NuGet\Install-Package more.xunit.extensibility.core -Version 2.1.0
<PackageReference Include="more.xunit.extensibility.core" Version="2.1.0" />
paket add more.xunit.extensibility.core --version 2.1.0
#r "nuget: more.xunit.extensibility.core, 2.1.0"
// Install more.xunit.extensibility.core as a Cake Addin #addin nuget:?package=more.xunit.extensibility.core&version=2.1.0 // Install more.xunit.extensibility.core as a Cake Tool #tool nuget:?package=more.xunit.extensibility.core&version=2.1.0
This package is a fork of xunit.extensibility.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.
Includes xunit.core.dll for extensibility purposes.
Supported platforms:
- Desktop .NET 4.5+
- .NET Core (Universal Windows Apps 10+, DNX Core 5+)
- Windows 8
- Windows Phone 8 (Silverlight)
- Universal (Windows Phone 8.1+, Windows 8.1+)
- Xamarin (MonoTouch, MonoAndroid, Xamarin iOS Universal)
- Portable Libraries (supporting Profile259)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NETPlatform | dotnet is compatible. |
-
- xunit.abstractions (= 2.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on more.xunit.extensibility.core:
Package | Downloads |
---|---|
more.xunit.extensibility.execution
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 xunit.execution.*.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1. |
|
more.xunit.core
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.