Table of Contents

Interface IApplyToContext

Namespace
NUnit.Framework.Internal
Assembly
nunit.framework.dll

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

public interface IApplyToContext

Methods

ApplyToContext(TestExecutionContext)

Apply changes to the execution context

void ApplyToContext(TestExecutionContext context)

Parameters

context TestExecutionContext

The execution context