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

Public Member Functions

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

Properties

Type DataType [get, protected set]
 

Member Function Documentation

abstract IEnumerable NUnit.Framework.RandomAttribute.RandomDataSource.GetData ( IParameterInfo  parameter)
pure virtual

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

Implemented in NUnit.Framework.RandomAttribute.EnumDataSource, NUnit.Framework.RandomAttribute.RandomDataConverter, and NUnit.Framework.RandomAttribute.RandomDataSource< T >.

Referenced by NUnit.Framework.RandomAttribute.GetData().

Property Documentation

Type NUnit.Framework.RandomAttribute.RandomDataSource.DataType
getprotected set

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