McMaster.Extensions.Xunit
0.1.0
Extensions and utilities for XUnit.NET test projects
This includes API for making tests dynamically skippable, asserting timeouts on async tasks, and other helpful utilities.
Commonly used types:
McMaster.Extensions.Xunit.SkippableFact
McMaster.Extensions.Xunit.SkippableTheory
Install-Package McMaster.Extensions.Xunit -Version 0.1.0
dotnet add package McMaster.Extensions.Xunit --version 0.1.0
<PackageReference Include="McMaster.Extensions.Xunit" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add McMaster.Extensions.Xunit --version 0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: McMaster.Extensions.Xunit, 0.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETFramework 4.5.2
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- xunit.extensibility.core (>= 2.3.1)
- xunit.extensibility.execution (>= 2.3.1)
-
.NETStandard 2.0
- xunit.extensibility.core (>= 2.3.1)
- xunit.extensibility.execution (>= 2.3.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on McMaster.Extensions.Xunit:
Repository | Stars |
---|---|
natemcmaster/CommandLineUtils
Command line parsing and utilities for .NET
|
|
natemcmaster/LettuceEncrypt
Free, automatic HTTPS certificate generation for ASP.NET Core web apps
|
|
natemcmaster/DotNetCorePlugins
.NET Core library for dynamically loading code
|
|
natemcmaster/dotnet-serve
Simple command-line HTTPS server for the .NET Core CLI
|
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.0 | 12,205 | 6/12/2018 |