more.xunit.runner.reporters
2.3.1
Requires NuGet 2.12 or higher.
dotnet add package more.xunit.runner.reporters --version 2.3.1
NuGet\Install-Package more.xunit.runner.reporters -Version 2.3.1
<PackageReference Include="more.xunit.runner.reporters" Version="2.3.1" />
paket add more.xunit.runner.reporters --version 2.3.1
#r "nuget: more.xunit.runner.reporters, 2.3.1"
// Install more.xunit.runner.reporters as a Cake Addin
#addin nuget:?package=more.xunit.runner.reporters&version=2.3.1
// Install more.xunit.runner.reporters as a Cake Tool
#tool nuget:?package=more.xunit.runner.reporters&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 runner reporters for TeamCity, AppVeyor, Verbose and Quiet output for test runners. Supports .NET 4.5.2 or later, .NET Standard 1.1, .NET Standard 1.5, and .NET Core 1.0 or later.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 1.0
- more.xunit.runner.utility (= 2.3.1)
- NETStandard.Library (>= 1.6.0)
-
.NETFramework 4.5.2
- more.xunit.runner.utility (= 2.3.1)
-
.NETStandard 1.1
- more.xunit.runner.utility (= 2.3.1)
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 1.5
- more.xunit.runner.utility (= 2.3.1)
- NETStandard.Library (>= 1.6.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on more.xunit.runner.reporters:
Package | Downloads |
---|---|
Starcounter.Xunit.Runner
Xunit console runner for executing tests in the same domain as the Starcounter database |
GitHub repositories
This package is not used by any popular GitHub repositories.