<PackageReference Include="NUnit" Version="4.6.0" />

NUnit.Framework.ExecutionHookAttribute

Abstract base attribute class for activating execution hooks.
namespace NUnit.Framework { public abstract class ExecutionHookAttribute : ExecutionHookMethodsAttribute, IWrapTestMethod, ICommandWrapper, IApplyToContext { public TestCommand Wrap(TestCommand command); public void ApplyToContext(TestExecutionContext context); protected ExecutionHookAttribute(); } }