Table of Contents

Method Convert

Namespace
Xunit
Assembly
xunit.v3.core.dll

Convert((T1, T2, T3, T4, T5, T6))

Convert untyped values into the appropriate theory data row.

protected override TheoryDataRow<T1, T2, T3, T4, T5, T6> Convert((T1, T2, T3, T4, T5, T6) row)

Parameters

row (T1, T2, T3, T4, T5, T6)

The raw data row

Returns