Table of Contents

Method WithSkip

Namespace
Xunit
Assembly
xunit.v3.core.dll

WithSkip<TTheoryDataRow>(TTheoryDataRow, string?)

Sets the skip reason on a theory data row.

public static TTheoryDataRow WithSkip<TTheoryDataRow>(this TTheoryDataRow theoryDataRow, string? skip) where TTheoryDataRow : TheoryDataRowBase

Parameters

theoryDataRow TTheoryDataRow

The theory data row

skip string

The value to use for the skip reason; pass null to not skip

Returns

TTheoryDataRow

Type Parameters

TTheoryDataRow