xunit.runner.utility
2.4.1
Includes the version-independent runner for xUnit.net to run both v1.9.2 and v2.0+ tests (xunit.runner.utility.*.dll). Supports .NET 3.5, .NET 4.5.2 or later, .NET Standard 1.1, .NET Standard 1.5, UWP, and .NET Core 1.0 or later.
Requires NuGet 2.12 or higher.
Install-Package xunit.runner.utility -Version 2.4.1
dotnet add package xunit.runner.utility --version 2.4.1
<PackageReference Include="xunit.runner.utility" Version="2.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xunit.runner.utility --version 2.4.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: xunit.runner.utility, 2.4.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETCoreApp 1.0
- NETStandard.Library (>= 1.6.0)
- System.Runtime.Loader (>= 4.0.0)
- xunit.abstractions (>= 2.0.3)
-
.NETFramework 3.5
- xunit.abstractions (>= 2.0.3)
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- xunit.abstractions (>= 2.0.3)
-
.NETStandard 1.5
- NETStandard.Library (>= 1.6.1)
- System.Reflection.TypeExtensions (>= 4.3.0)
- xunit.abstractions (>= 2.0.3)
-
UAP 10.0
- xunit.abstractions (>= 2.0.3)
Used By
NuGet packages (49)
Showing the top 5 NuGet packages that depend on xunit.runner.utility:
Package | Downloads |
---|---|
xunit.runner.reporters
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.
|
|
JetBrains.Psi.Features.UnitTesting
JetBrains Psi Features UnitTesting Package Version 211.0.20210217.93127-eap04
|
|
UnitTests.HeadlessRunner
Platform agnostic unit test runner
|
|
XUnitRemote
Run XUnit tests in a remote process
|
|
Riganti.Selenium.xUnitIntegration
Package Description
|
GitHub repositories (35)
Showing the top 5 popular GitHub repositories that depend on xunit.runner.utility:
Repository | Stars |
---|---|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
akkadotnet/akka.net
Port of Akka actors for .NET
|
|
stride3d/stride
Stride Game Engine (formerly Xenko)
|
|
dotnet/corert
This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
|
|
xunit/xunit
xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework.
|