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

NUnit.Framework.Internal.Execution.IMethodValidator

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