Table of Contents

Constructor TheoryDataRow

Namespace
Xunit
Assembly
xunit.v3.core.dll

TheoryDataRow(params object?[])

Implementation of ITheoryDataRow which accepts untyped pre-enumerated data.

public TheoryDataRow(params object?[] data)

Parameters

data object[]

The data for the theory row

Remarks

It is strongly recommended that you use one of the generic typed variations when possible, as this provides type-safety from the compiler and allows the analyzers to flag instances where data types from theory data don't match the data types in theory parameters.