NUnit.Framework.Internal.Builders.DatapointProvider
Provides data from fields marked with the DatapointAttribute or the
DatapointsAttribute.
namespace NUnit.Framework.Internal.Builders
{
public class DatapointProvider : IParameterDataProvider
{
public DatapointProvider(bool searchInDeclaringTypes);
public bool HasDataFor(IParameterInfo parameter);
public IEnumerable GetDataFor(IParameterInfo parameter);
}
}