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

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.