Xunit.SkippableFact 1.5.23
Xunit.SkippableFact
This library allows for Xunit tests that can determine during execution that they should report a "skipped" result. This can be useful when a precondition is not satisfied, or the test is over functionality that does not exist on the platform being tested.
Use [SkippableFact]
or [SkippableTheory]
to make a test skippable.
No packages depend on Xunit.SkippableFact.
https://github.com/AArnott/Xunit.SkippableFact/releases/tag/v1.5.23
.NET Framework 4.6.2
- Validation (>= 2.5.51)
- xunit.extensibility.execution (>= 2.4.0)
.NET Standard 2.0
- Validation (>= 2.5.51)
- xunit.extensibility.execution (>= 2.4.0)