Constructor ClassDataAttribute
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
ClassDataAttribute(Type)
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(Type @class)
Parameters
classTypeThe class that provides the data.