Table of Contents

Method Add

Namespace
Xunit
Assembly
xunit.v3.core.dll

Add(TRawDataRow)

Adds a row to the theory.

public void Add(TRawDataRow row)

Parameters

row TRawDataRow

The row of data to be added.

Add(TTheoryDataRow)

Adds a row to the theory.

public void Add(TTheoryDataRow row)

Parameters

row TTheoryDataRow

The row of data to be added.