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

ParameterDataProvider

The ParameterDataProvider class implements IParameterDataProvider and hosts one or more individual providers.

Construct with a collection of individual providers

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.