Search Results for

    Show / Hide Table of Contents

    Interface IParameterDataSource

    Provides data for a single test parameter.

    Namespace: NUnit.Framework.Interfaces
    Assembly: nunit.framework.dll
    Syntax
    public interface IParameterDataSource

    Methods

    View Source

    GetData(IParameterInfo)

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

    Declaration
    IEnumerable GetData(IParameterInfo parameter)
    Parameters
    Type Name Description
    IParameterInfo parameter

    The parameter of a parameterized test.

    Returns
    Type Description
    IEnumerable
    • View Source
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0