Interface IParameterDataSource
Provides data for a single test parameter.
Namespace: NUnit.Framework.Interfaces
Assembly: nunit.framework.dll
Syntax
public interface IParameterDataSourceMethods
View SourceGetData(IParameterInfo)
Retrieves a list of arguments which can be passed to the specified parameter.
Declaration
IEnumerable GetData(IParameterInfo parameter)Parameters
| Type | Name | Description | 
|---|---|---|
| IParameterInfo | parameter | The parameter of a parameterized test. | 
Returns
| Type | Description | 
|---|---|
| IEnumerable |