Class TheoryDataRow<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
Implementation of ITheoryDataRow which accepts fourteen typed values.
public sealed class TheoryDataRow<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> : TheoryDataRowBase, ITheoryDataRow
Type Parameters
T1
The first parameter type.
T2
The second parameter type.
T3
The third parameter type.
T4
The fourth parameter type.
T5
The fifth parameter type.
T6
The sixth parameter type.
T7
The seventh parameter type.
T8
The eighth parameter type.
T9
The ninth parameter type.
T10
The tenth parameter type.
T11
The eleventh parameter type.
T12
The twelfth parameter type.
T13
The thirteenth parameter type.
T14
The fourteenth parameter type.
- Inheritance
-
TheoryDataRow<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
- Implements
- Inherited Members
- Extension Methods
-
Xunit.TheoryDataRowBaseExtensions.WithExplicit``1(``0,System.Nullable{System.Boolean})Xunit.TheoryDataRowBaseExtensions.WithSkip``1(``0,System.String)Xunit.TheoryDataRowBaseExtensions.WithTestDisplayName``1(``0,System.String)Xunit.TheoryDataRowBaseExtensions.WithTimeout``1(``0,System.Nullable{System.Int32})Xunit.TheoryDataRowBaseExtensions.WithTrait``1(``0,System.String,System.String)
Remarks
Initializes a new instance of the TheoryDataRow<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> class, encapsulating the fourteen items of typed data.
Constructors
- TheoryDataRow(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
Implementation of ITheoryDataRow which accepts fourteen typed values.
Properties
- Data
Gets the row of data.