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

ParameterDataSourceProvider

ParameterDataSourceProvider supplies individual argument _values for single parameters using attributes implementing IParameterDataSource.

Return an IEnumerable providing data for use with the supplied parameter.

public bool HasDataFor(IParameterInfo parameter)

Determine whether any data is available for a parameter.