NUnit.Framework.ExecutionHookAttribute
public abstract class ExecutionHookAttribute : ExecutionHookMethodsAttribute, IWrapTestMethod, ICommandWrapper, IApplyToContext
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();
}
}