more.xunit.runner.visualstudio
2.3.1
This package is a fork of the xUnit.net Visual Studio runner. 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". The class and method name options are still controlled by the TestMethodDisplay enumeration and the "xunit.methodDisplay" application setting.
Visual Studio 2012+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 2.0 or later, .NET Core 1.0 or later, and Universal Windows 10.0 or later.
Requires NuGet 2.12 or higher.
Install-Package more.xunit.runner.visualstudio -Version 2.3.1
dotnet add package more.xunit.runner.visualstudio --version 2.3.1
<PackageReference Include="more.xunit.runner.visualstudio" Version="2.3.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add more.xunit.runner.visualstudio --version 2.3.1
Dependencies
-
.NETCoreApp 1.0
- Microsoft.NET.Test.Sdk (>= 15.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.