Method Add
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
Add(T1, T2, T3, T4)
Adds data to the theory data set.
public void Add(T1 p1, T2 p2, T3 p3, T4 p4)
Parameters
p1T1The first data value.
p2T2The second data value.
p3T3The third data value.
p4T4The fourth data value.