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

The IParameterDataSource interface is implemented by types that can provide data for a test method parameter. More...

+ Inheritance diagram for NUnit.Framework.Interfaces.IParameterDataSource:

Public Member Functions

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

Detailed Description

The IParameterDataSource interface is implemented by types that can provide data for a test method parameter.

Member Function Documentation

IEnumerable NUnit.Framework.Interfaces.IParameterDataSource.GetData ( IParameterInfo  parameter)

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