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)
Dependencies
net472
- System.Reflection.Emit(>= 4.7.0)
- xunit.extensibility.core(>= 2.4.1)
- xunit.extensibility.execution(>= 2.4.1)
- System.Reflection.Emit(>= 4.7.0)
- xunit.extensibility.core(>= 2.4.1)
- xunit.extensibility.execution(>= 2.4.1)
- System.Reflection.Emit(>= 4.7.0)
- xunit.extensibility.core(>= 2.4.1)
- xunit.extensibility.execution(>= 2.4.1)
- System.Reflection.Emit(>= 4.7.0)
- xunit.extensibility.core(>= 2.4.1)
- xunit.extensibility.execution(>= 2.4.1)
Tags
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.