Property Skip
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Skip
Gets the skip reason for the test. When null
is returned, the test is
not skipped.
string? Skip { get; }
Property Value
Remarks
Skipping is conditional based on whether SkipWhen or SkipUnless is set.