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.RandomAttribute.RandomDataConverter Class Reference
+ Inheritance diagram for NUnit.Framework.RandomAttribute.RandomDataConverter:
+ Collaboration diagram for NUnit.Framework.RandomAttribute.RandomDataConverter:

Public Member Functions

 RandomDataConverter (IParameterDataSource source)
 
override IEnumerable GetData (IParameterInfo parameter)
 Gets an enumeration of data items for use as arguments for a test method parameter. More...
 

Private Attributes

IParameterDataSource _source
 

Additional Inherited Members

- Properties inherited from NUnit.Framework.RandomAttribute.RandomDataSource
Type DataType [get, protected set]
 

Constructor & Destructor Documentation

NUnit.Framework.RandomAttribute.RandomDataConverter.RandomDataConverter ( IParameterDataSource  source)
inline

Member Function Documentation

override IEnumerable NUnit.Framework.RandomAttribute.RandomDataConverter.GetData ( IParameterInfo  parameter)
inlinevirtual

Gets an enumeration of data items for use as arguments for a test method parameter.

Parameters
parameterThe parameter for which data is needed
Returns
An enumeration containing individual data items

Implements NUnit.Framework.RandomAttribute.RandomDataSource.

References NUnit.Framework.Interfaces.IParameterDataSource.GetData(), and NUnit.Framework.Interfaces.IParameterInfo.ParameterType.

Member Data Documentation

IParameterDataSource NUnit.Framework.RandomAttribute.RandomDataConverter._source
private

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