IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
ParameterDataSourceProvider supplies individual argument _values for single parameters using attributes implementing IParameterDataSource. More...
Public Member Functions | |
bool | HasDataFor (IParameterInfo parameter) |
Determine whether any data is available for a parameter. More... | |
IEnumerable | GetDataFor (IParameterInfo parameter) |
Return an IEnumerable providing data for use with the supplied parameter. More... | |
ParameterDataSourceProvider supplies individual argument _values for single parameters using attributes implementing IParameterDataSource.
|
inline |
Determine whether any data is available for a parameter.
parameter | A ParameterInfo representing one argument to a parameterized test |
Implements NUnit.Framework.Interfaces.IParameterDataProvider.
|
inline |
Return an IEnumerable providing data for use with the supplied parameter.
parameter | An IParameterInfo representing one argument to a parameterized test |
Implements NUnit.Framework.Interfaces.IParameterDataProvider.
References NUnit.Framework.Interfaces.IParameterDataSource.GetData().