Property SkipReason
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
SkipReason
Gets a skip reason for this test.
string? SkipReason { get; }
Property Value
Remarks
This value may not line up the with SkipReason, as you can skip individual data rows during delay enumeration.