Search Results for

    Show / Hide Table of Contents

    Interface ICombiningStrategy

    CombiningStrategy is the abstract base for classes that know how to combine values provided for individual test parameters to create a set of test cases.

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

    Methods

    View Source

    GetTestCases(IEnumerable[])

    Gets the test cases generated by the CombiningStrategy.

    Declaration
    IEnumerable<ITestCaseData> GetTestCases(IEnumerable[] sources)
    Parameters
    Type Name Description
    IEnumerable[] sources
    Returns
    Type Description
    IEnumerable<ITestCaseData>

    The test cases.

    • 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