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
theoryDataRowTTheoryDataRowThe theory data row
skipstringThe value to use for the skip reason; pass
nullto not skip
Returns
- TTheoryDataRow
Type Parameters
TTheoryDataRow