Table of Contents

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

theoryDataRow TTheoryDataRow

The theory data row

explicit bool?

The value to use for whether this row is explicit

Returns

TTheoryDataRow

Type Parameters

TTheoryDataRow