Search Results for

    Show / Hide Table of Contents

    Interface ITestFixtureData

    The ITestCaseData interface is implemented by a class that is able to return the data required to create an instance of a parameterized test fixture.

    Inherited Members
    ITestData.TestName
    ITestData.RunState
    ITestData.Arguments
    ITestData.Properties
    Namespace: NUnit.Framework.Interfaces
    Assembly: nunit.framework.dll
    Syntax
    public interface ITestFixtureData : ITestData

    Properties

    View Source

    TypeArgs

    Get the TypeArgs if separately set

    Declaration
    Type[]? TypeArgs { get; }
    Property Value
    Type Description
    Type[]
    • 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