NUnit.Framework.Internal.Execution.StaticMethodValidator
Checks whether the method to execute is static.
namespace NUnit.Framework.Internal.Execution
{
public class StaticMethodValidator : IMethodValidator
{
public StaticMethodValidator(string failMessage);
public void Validate(MethodInfo method);
}
}