Constructor TheoryDataRow
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
TheoryDataRow(T1, T2)
Implementation of ITheoryDataRow which accepts two typed values.
public TheoryDataRow(T1 p1, T2 p2)
Parameters
p1
T1The first data value.
p2
T2The second data value.
Remarks
Initializes a new instance of the TheoryDataRow<T1, T2> class, encapsulating the two items of typed data.