Table of Contents

Class TheoryDataRow

Namespace
Xunit
Assembly
xunit.v3.core.dll

Implementation of ITheoryDataRow which accepts untyped pre-enumerated data.

public class TheoryDataRow : TheoryDataRowBase, ITheoryDataRow
Inheritance
TheoryDataRow
Implements
Inherited Members
Extension Methods
Xunit.TheoryDataRowBaseExtensions.WithExplicit``1(``0,System.Nullable{System.Boolean})
Xunit.TheoryDataRowBaseExtensions.WithSkip``1(``0,System.String)
Xunit.TheoryDataRowBaseExtensions.WithTestDisplayName``1(``0,System.String)
Xunit.TheoryDataRowBaseExtensions.WithTimeout``1(``0,System.Nullable{System.Int32})
Xunit.TheoryDataRowBaseExtensions.WithTrait``1(``0,System.String,System.String)

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.

Constructors

TheoryDataRow(params object?[])

Implementation of ITheoryDataRow which accepts untyped pre-enumerated data.

Properties

Data

Gets the row of data.

Methods

GetData()

Override to implement GetData().