Property SkipExceptions
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
SkipExceptions
Gets exceptions that, when thrown, will cause the test to be skipped rather than failed.
Type[]? SkipExceptions { get; }
Property Value
- Type[]
Remarks
The skip reason will be the exception's message.