Table of Contents

Constructor InlineDataAttribute

Namespace
Xunit
Assembly
xunit.v3.core.dll

InlineDataAttribute(params object?[]?)

Provides a data source for a data theory, with the data coming from inline values.

public InlineDataAttribute(params object?[]? data)

Parameters

data object[]

The data values to pass to the theory.