Table of Contents

Constructor ClassDataAttribute

Namespace
Xunit
Assembly
xunit.v3.core.dll

ClassDataAttribute()

Provides a data source for a data theory, with the data coming from a class which must implement IEnumerable<object?[]>.

public ClassDataAttribute()

Remarks

.NET Framework does not support generic attributes. Please use the non-generic ClassDataAttribute when targeting .NET Framework.