Interface IParameterDataSource
- Namespace
- NUnit.Framework.Interfaces
- Assembly
- nunit.framework.dll
The IParameterDataSource interface is implemented by types that can provide data for a test method parameter.
public interface IParameterDataSource
Methods
GetData(ParameterInfo)
Gets an enumeration of data items for use as arguments for a test method parameter.
IEnumerable GetData(ParameterInfo parameter)
Parameters
parameter
ParameterInfoThe parameter for which data is needed
Returns
- IEnumerable
An enumeration containing individual data items