Table of Contents

Interface IMethodValidator

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

Validates method to execute.

public interface IMethodValidator

Methods

Validate(MethodInfo)

Determines whether a method is allowed to execute and throws an exception otherwise.

void Validate(MethodInfo method)

Parameters

method MethodInfo

The method to validate.