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<T> or IAsyncEnumerable<T> of one of:
object?[]ITheoryDataRowSystem.Runtime.CompilerServices.ITuple
public ClassDataAttribute()
Remarks
.NET Framework does not support generic attributes. Please use the non-generic ClassDataAttribute when targeting .NET Framework.