Table of Contents

Property SkipReason

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

SkipReason

Gets the display text for the reason a test is being skipped; if the test is not statically skipped, returns null. (A test may be dynamically skipped at runtime while still returning null.)

string? SkipReason { get; }

Property Value

string