<PackageReference Include="NUnit" Version="4.3.2" />

NUnit.Framework.Internal.Builders.DatapointProvider

Provides data from fields marked with the DatapointAttribute or the DatapointsAttribute.
public DatapointProvider(bool searchInDeclaringTypes)

Creates a new DatapointProvider.

Retrieves data for use with the supplied parameter.

public bool HasDataFor(IParameterInfo parameter)

Determines whether any data is available for a parameter.