Class MatrixTheoryData<T1, T2, T3, T4, T5, T6>
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
Represents theory data which is created from the merging of six data streams by creating a matrix of the data.
public class MatrixTheoryData<T1, T2, T3, T4, T5, T6> : TheoryData<T1, T2, T3, T4, T5, T6>, IReadOnlyCollection<TheoryDataRow<T1, T2, T3, T4, T5, T6>>, IEnumerable<TheoryDataRow<T1, T2, T3, T4, T5, T6>>, IEnumerable
Type Parameters
T1Type of the first data dimension
T2Type of the second data dimension
T3Type of the third data dimension
T4Type of the fourth data dimension
T5Type of the fifth data dimension
T6Type of the sixth data dimension
- Inheritance
-
TheoryDataBase<TheoryDataRow<T1, T2, T3, T4, T5, T6>, (T1, T2, T3, T4, T5, T6)>TheoryData<T1, T2, T3, T4, T5, T6>MatrixTheoryData<T1, T2, T3, T4, T5, T6>
- Implements
-
IReadOnlyCollection<TheoryDataRow<T1, T2, T3, T4, T5, T6>>IEnumerable<TheoryDataRow<T1, T2, T3, T4, T5, T6>>
- Inherited Members
-
TheoryData<T1, T2, T3, T4, T5, T6>.Add(T1, T2, T3, T4, T5, T6)TheoryData<T1, T2, T3, T4, T5, T6>.Convert((T1, T2, T3, T4, T5, T6))TheoryDataBase<TheoryDataRow<T1, T2, T3, T4, T5, T6>, (T1, T2, T3, T4, T5, T6)>.CountTheoryDataBase<TheoryDataRow<T1, T2, T3, T4, T5, T6>, (T1, T2, T3, T4, T5, T6)>.Add((T1, T2, T3, T4, T5, T6))TheoryDataBase<TheoryDataRow<T1, T2, T3, T4, T5, T6>, (T1, T2, T3, T4, T5, T6)>.Add(TheoryDataRow<T1, T2, T3, T4, T5, T6>)TheoryDataBase<TheoryDataRow<T1, T2, T3, T4, T5, T6>, (T1, T2, T3, T4, T5, T6)>.AddRange(IEnumerable<(T1, T2, T3, T4, T5, T6)>)TheoryDataBase<TheoryDataRow<T1, T2, T3, T4, T5, T6>, (T1, T2, T3, T4, T5, T6)>.AddRange(params (T1, T2, T3, T4, T5, T6)[])TheoryDataBase<TheoryDataRow<T1, T2, T3, T4, T5, T6>, (T1, T2, T3, T4, T5, T6)>.AddRange(IEnumerable<TheoryDataRow<T1, T2, T3, T4, T5, T6>>)TheoryDataBase<TheoryDataRow<T1, T2, T3, T4, T5, T6>, (T1, T2, T3, T4, T5, T6)>.AddRange(params TheoryDataRow<T1, T2, T3, T4, T5, T6>[])TheoryDataBase<TheoryDataRow<T1, T2, T3, T4, T5, T6>, (T1, T2, T3, T4, T5, T6)>.Convert((T1, T2, T3, T4, T5, T6))TheoryDataBase<TheoryDataRow<T1, T2, T3, T4, T5, T6>, (T1, T2, T3, T4, T5, T6)>.GetEnumerator()
Constructors
- MatrixTheoryData(IEnumerable<T1>, IEnumerable<T2>, IEnumerable<T3>, IEnumerable<T4>, IEnumerable<T5>, IEnumerable<T6>)
Initializes a new instance of the MatrixTheoryData<T1, T2, T3, T4, T5, T6> class.