Property SkipUnless
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
SkipUnless
Gets the name of a public static property on the test class which returns bool to indicate whether the test should be skipped (false) or not (true).
string? SkipUnless { get; }