Method WithExplicit
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
WithExplicit<TTheoryDataRow>(TTheoryDataRow, bool?)
Sets the explicit flag on a theory data row.
public static TTheoryDataRow WithExplicit<TTheoryDataRow>(this TTheoryDataRow theoryDataRow, bool? @explicit) where TTheoryDataRow : TheoryDataRowBase
Parameters
theoryDataRowTTheoryDataRowThe theory data row
explicitbool?The value to use for whether this row is explicit
Returns
- TTheoryDataRow
Type Parameters
TTheoryDataRow