./nugetz
pkg

TonyHUk/XUnit_Conditional_Factv1.0.0

docs d<> code .compare c
.NET FW4.7.2.NET2.1.NET3.1.NET 5.0

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.

License

Deps

12

Install Size

Vulns

✓ 0

Published

Dec 21, 2020

Get Started

$ dotnet add package XUnit_Conditional_Fact

Readme

No README available.