Search Results for

    Show / Hide Table of Contents

    Interface IApplyToContext

    The IApplyToContext interface is implemented by attributes that want to make changes to the execution context before a test is run.

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

    Methods

    View Source

    ApplyToContext(TestExecutionContext)

    Apply changes to the execution context

    Declaration
    void ApplyToContext(TestExecutionContext context)
    Parameters
    Type Name Description
    TestExecutionContext context

    The execution context

    • 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