Metadata >> NuGet >> Xunit.SkippableFact

Xunit.SkippableFact

Metadata

Authors Andrew Arnott
Copyrights Copyright © Andrew Arnott
Description Make your Xunit test methods self-determine to report a "skipped" result. Useful for such cases as "not supported on this platform" results or other environmental inputs.
LicenseUrl https://raw.githubusercontent.com/AArnott/Xunit.SkippableFact/master/LICENSE.txt
Owners andarno
ProjectUrl https://github.com/AArnott/Xunit.SkippableFact
RequireLicenseAcceptance False
Summary Dynamically skippable [Fact] and [Theory] methods.
Tags xunit testing skipping
Dependencies Validation:2.0.6.15003:net452|xunit.abstractions:2.0.0:net452|xunit.extensibility.core:2.0.0:net452|xunit.extensibility.execution:2.0.0:net452|Validation:2.0.6.15003:portable-net45+win80+wp80+wpa81|xunit.abstractions:2.0.0:portable-net45+win80+wp80+wpa81|xunit.extensibility.core:2.0.0:portable-net45+win80+wp80+wpa81
Title Dynamic test skipping for Xunit
PackageSize 28480
PackageHashAlgorithm SHA512
PackageHash TaEdkDXIzt0DHpmDweTd1g8cytzVOislkJe7BqEYIwcE2IxzQzoeAYdsfQKa+i+HLwv5oAAZv0UZoIF+gWKu3w==
DownloadCount 000000
CreatedDate 2015-07-20T05:18:09

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Xunit.SkippableFact -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Xunit.SkippableFact -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Xunit.SkippableFact
Installing the package (HTTP Basic authentication):
Install-Package Xunit.SkippableFact -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Xunit.SkippableFact -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Xunit.SkippableFact

OpenWrap

Installing the package:
o add-wrap Xunit.SkippableFact
Uninstalling the package:
o remove-wrap Xunit.SkippableFact

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.15200-beta