Search Results for

    Show / Hide Table of Contents

    Interface IApplyToTestSuite

    The IApplyToTestSuite interface is implemented by self-applying attributes that modify the state of a test suite in some way.

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

    Methods

    View Source

    ApplyToTestSuite(TestSuite)

    Modifies a test suite as defined for the specific attribute.

    Declaration
    void ApplyToTestSuite(TestSuite testSuite)
    Parameters
    Type Name Description
    TestSuite testSuite

    The test to modify

    • 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