Method Add
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
Add(TheoryDataRow<T>)
Adds a row to the theory.
public override void Add(TheoryDataRow<T> row)
Parameters
rowThe row of data to be added.
Adds a row to the theory.
public override void Add(TheoryDataRow<T> row)
row The row of data to be added.