Table of Contents

Property SkipUnless

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

SkipUnless

When set, indicates a public static property that is used at runtime to determine whether the test is skipped or not (true to run, false to skip).

string? SkipUnless { get; }

Property Value

string

Remarks

Note: It is an error condition for both SkipUnless and SkipWhen to return a non-null value.