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