NUnit.Framework.Internal.Execution.IMethodValidator
Validates method to execute.
namespace NUnit.Framework.Internal.Execution
{
public interface IMethodValidator
{
void Validate(MethodInfo method);
}
}