IParameterDataProvider public interface IParameterDataProvider Provides data for a single test parameter. Documentation Code IEnumerable GetDataFor(IParameterInfo parameter) Retrieves a list of arguments which can be passed to the specified parameter. bool HasDataFor(IParameterInfo parameter) Determines whether any data is available for a parameter.