Method Add
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
Add(T1, T2)
Adds data to the theory data set.
public void Add(T1 p1, T2 p2)
Parameters
p1
T1The first data value.
p2
T2The second data value.
Adds data to the theory data set.
public void Add(T1 p1, T2 p2)
p1
T1The first data value.
p2
T2The second data value.