Table of Contents

Constructor TheoryDataRow

Namespace
Xunit
Assembly
xunit.v3.core.dll

TheoryDataRow(T1)

Implementation of ITheoryDataRow which accepts one typed value.

public TheoryDataRow(T1 p1)

Parameters

p1 T1

The first data value.

Remarks

Initializes a new instance of the TheoryDataRow<T1> class, encapsulating the one item of typed data.