XUnit_Conditional_Fact NuGet Package

An xunit attribute to provide skip functionality to any xunit test discoverer.

You specify the FactAttribute type ( FactAttribute and TheoryAttribute have their own helper attributes FactConditional and TheoryConditional ) that you may potentially want to skip then apply ITestCondition attributes. If a single attribute reports a non null SkipReason the test is skipped.

If the test is not skipped then the specified discoverer will run.

You can provide your own skip logic if the default is not sufficient.




Got any XUnit_Conditional_Fact Question?





Info

Version: 1.0.0
Author(s): Tony Hallett
Last Update: Monday, December 21, 2020
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/XUnit_Conditional_Fact


Install
Install-Package XUnit_Conditional_Fact
dotnet add package XUnit_Conditional_Fact
paket add XUnit_Conditional_Fact
XUnit_Conditional_Fact Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

0

days-since-last-release

1229