Search Results for

    Show / Hide Table of Contents

    Interface IApplyToTest

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

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

    Methods

    View Source

    ApplyToTest(Test)

    Modifies a test as defined for the specific attribute.

    Declaration
    void ApplyToTest(Test test)
    Parameters
    Type Name Description
    Test test

    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