Table of Contents

Method Convert

Namespace
Xunit
Assembly
xunit.v3.core.dll

Convert((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14))

Convert untyped values into the appropriate theory data row.

protected override TheoryDataRow<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> Convert((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) row)

Parameters

row (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)

The raw data row

Returns