Table of Contents

Constructor TheoryDataRow

Namespace
Xunit
Assembly
xunit.v3.core.dll

TheoryDataRow(T1, T2, T3, T4, T5, T6, T7, T8)

Implementation of ITheoryDataRow which accepts eight typed values.

public TheoryDataRow(T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8)

Parameters

p1 T1

The first data value.

p2 T2

The second data value.

p3 T3

The third data value.

p4 T4

The fourth data value.

p5 T5

The fifth data value.

p6 T6

The sixth data value.

p7 T7

The seventh data value.

p8 T8

The eighth data value.

Remarks

Initializes a new instance of the TheoryDataRow<T1, T2, T3, T4, T5, T6, T7, T8> class, encapsulating the eight items of typed data.