Table of Contents

Property Skip

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

Skip

Gets a skip reason for all the data rows provided by this data provider. If not null, then all rows will be skipped with the given reason; if null, then the rows will inherit their skip reason from Skip.

string? Skip { get; }

Property Value

string