IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Internal.Builders.ParameterDataSourceProvider Class Reference

ParameterDataSourceProvider supplies individual argument _values for single parameters using attributes implementing IParameterDataSource. More...

+ Inheritance diagram for NUnit.Framework.Internal.Builders.ParameterDataSourceProvider:
+ Collaboration diagram for NUnit.Framework.Internal.Builders.ParameterDataSourceProvider:

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...
 

Detailed Description

ParameterDataSourceProvider supplies individual argument _values for single parameters using attributes implementing IParameterDataSource.

Member Function Documentation

bool NUnit.Framework.Internal.Builders.ParameterDataSourceProvider.HasDataFor ( IParameterInfo  parameter)
inline

Determine whether any data is available for a parameter.

Parameters
parameterA ParameterInfo representing one argument to a parameterized test
Returns
True if any data is available, otherwise false.

Implements NUnit.Framework.Interfaces.IParameterDataProvider.

IEnumerable NUnit.Framework.Internal.Builders.ParameterDataSourceProvider.GetDataFor ( IParameterInfo  parameter)
inline

Return an IEnumerable providing data for use with the supplied parameter.

Parameters
parameterAn IParameterInfo representing one argument to a parameterized test
Returns
An IEnumerable providing the required data

Implements NUnit.Framework.Interfaces.IParameterDataProvider.

References NUnit.Framework.Interfaces.IParameterDataSource.GetData().


The documentation for this class was generated from the following file: