IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The IParameterDataSource interface is implemented by types that can provide data for a test method parameter. More...
Public Member Functions | |
IEnumerable | GetData (IParameterInfo parameter) |
Gets an enumeration of data items for use as arguments for a test method parameter. More... | |
The IParameterDataSource interface is implemented by types that can provide data for a test method parameter.
IEnumerable NUnit.Framework.Interfaces.IParameterDataSource.GetData | ( | IParameterInfo | parameter | ) |
Gets an enumeration of data items for use as arguments for a test method parameter.
parameter | The parameter for which data is needed |
Implemented in NUnit.Framework.RandomAttribute.EnumDataSource, NUnit.Framework.RandomAttribute.RandomDataConverter, NUnit.Framework.RandomAttribute.RandomDataSource< T >, NUnit.Framework.RandomAttribute.RandomDataSource, NUnit.Framework.RandomAttribute, NUnit.Framework.ValuesAttribute, and NUnit.Framework.ValueSourceAttribute.
Referenced by NUnit.Framework.RandomAttribute.RandomDataConverter.GetData(), and NUnit.Framework.Internal.Builders.ParameterDataSourceProvider.GetDataFor().