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