Table of Contents

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 Type

The class that provides the data.