Method Add
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
Add(TRawDataRow)
Adds a row to the theory.
public void Add(TRawDataRow row)
Parameters
rowTRawDataRowThe row of data to be added.
Add(TTheoryDataRow)
Adds a row to the theory.
public void Add(TTheoryDataRow row)
Parameters
rowTTheoryDataRowThe row of data to be added.