NUnit.Framework.Internal.Execution.IMethodValidator public interface IMethodValidator Validates method to execute. Documentation Code void Validate(MethodInfo method) Determines whether a method is allowed to execute and throws an exception otherwise.