Table of Contents

Interface IParameterDataSource

Namespace
NUnit.Framework.Interfaces
Assembly
nunit.framework.dll

Provides data for a single test parameter.

public interface IParameterDataSource

Methods

GetData(IParameterInfo)

Retrieves a list of arguments which can be passed to the specified parameter.

IEnumerable GetData(IParameterInfo parameter)

Parameters

parameter IParameterInfo

The parameter of a parameterized test.

Returns

IEnumerable