Method Add
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
Add(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
Adds data to the theory data set.
public void Add(T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12)
Parameters
p1
T1The first data value.
p2
T2The second data value.
p3
T3The third data value.
p4
T4The fourth data value.
p5
T5The fifth data value.
p6
T6The sixth data value.
p7
T7The seventh data value.
p8
T8The eighth data value.
p9
T9The ninth data value.
p10
T10The tenth data value.
p11
T11The eleventh data value.
p12
T12The twelfth data value.