Table of Contents

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

row

The row of data to be added.