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<object?[]>.
public ClassDataAttribute(Type @class)
Parameters
class
TypeThe class that provides the data.