Table of Contents

Method Convert

Namespace
Xunit
Assembly
xunit.v3.core.dll

Convert((T1, T2))

Convert untyped values into the appropriate theory data row.

protected override TheoryDataRow<T1, T2> Convert((T1, T2) row)

Parameters

row (T1, T2)

The raw data row

Returns