more.xunit.runner.visualstudio 2.2.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.
Supported platforms:
- Desktop .NET 2.0+
- .NET Core (including ASP.NET Core) 1.0+
- Universal Windows App 10+
No packages depend on more.xunit.runner.visualstudio.
.NET Core 1.0
- Microsoft.DotNet.PlatformAbstractions (>= 1.1.0)
- Microsoft.Extensions.DependencyModel (>= 1.1.0)
- Microsoft.TestPlatform.ObjectModel (>= 11.0.0)
- NETStandard.Library (>= 1.6.0)
- System.Threading.ThreadPool (>= 4.0.10)