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 IApplyToContextMethods
View SourceApplyToContext(TestExecutionContext)
Apply changes to the execution context
Declaration
void ApplyToContext(TestExecutionContext context)Parameters
| Type | Name | Description | 
|---|---|---|
| TestExecutionContext | context | The execution context |