Constructor TheoryDataRow
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
TheoryDataRow(T1, T2, T3, T4, T5, T6)
Implementation of ITheoryDataRow which accepts six typed values.
public TheoryDataRow(T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6)Parameters
- p1T1
- The first data value. 
- p2T2
- The second data value. 
- p3T3
- The third data value. 
- p4T4
- The fourth data value. 
- p5T5
- The fifth data value. 
- p6T6
- The sixth data value. 
Remarks
Initializes a new instance of the TheoryDataRow<T1, T2, T3, T4, T5, T6> class, encapsulating the six items of typed data.