Table of Contents

Class MatrixTheoryData<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>

Namespace
Xunit
Assembly
xunit.v3.core.dll

Represents theory data which is created from the merging of eleven data streams by creating a matrix of the data.

public class MatrixTheoryData<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> : TheoryData<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, IReadOnlyCollection<TheoryDataRow<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>, IEnumerable<TheoryDataRow<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>, IEnumerable

Type Parameters

T1

Type of the first data dimension

T2

Type of the second data dimension

T3

Type of the third data dimension

T4

Type of the fourth data dimension

T5

Type of the fifth data dimension

T6

Type of the sixth data dimension

T7

Type of the seventh data dimension

T8

Type of the eighth data dimension

T9

Type of the ninth data dimension

T10

Type of the tenth data dimension

T11

Type of the eleventh data dimension

Inheritance
TheoryDataBase<TheoryDataRow<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)>
TheoryData<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
MatrixTheoryData<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
Implements
IReadOnlyCollection<TheoryDataRow<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>
IEnumerable<TheoryDataRow<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>
Inherited Members

Constructors

MatrixTheoryData(IEnumerable<T1>, IEnumerable<T2>, IEnumerable<T3>, IEnumerable<T4>, IEnumerable<T5>, IEnumerable<T6>, IEnumerable<T7>, IEnumerable<T8>, IEnumerable<T9>, IEnumerable<T10>, IEnumerable<T11>)

Initializes a new instance of the MatrixTheoryData<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> class.

public MatrixTheoryData(IEnumerable<T1> dimension1, IEnumerable<T2> dimension2, IEnumerable<T3> dimension3, IEnumerable<T4> dimension4, IEnumerable<T5> dimension5, IEnumerable<T6> dimension6, IEnumerable<T7> dimension7, IEnumerable<T8> dimension8, IEnumerable<T9> dimension9, IEnumerable<T10> dimension10, IEnumerable<T11> dimension11)

Parameters

dimension1 IEnumerable<T1>

Data for the first dimension

dimension2 IEnumerable<T2>

Data for the second dimension

dimension3 IEnumerable<T3>

Data for the third dimension

dimension4 IEnumerable<T4>

Data for the fourth dimension

dimension5 IEnumerable<T5>

Data for the fifth dimension

dimension6 IEnumerable<T6>

Data for the sixth dimension

dimension7 IEnumerable<T7>

Data for the seventh dimension

dimension8 IEnumerable<T8>

Data for the eighth dimension

dimension9 IEnumerable<T9>

Data for the ninth dimension

dimension10 IEnumerable<T10>

Data for the tenth dimension

dimension11 IEnumerable<T11>

Data for the eleventh dimension