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

NUnit.Framework.Interfaces.IMethodInfo

public interface IMethodInfo : IReflectionInfo

bool IsAbstract { get; }

bool IsGenericMethod { get; }

bool IsPublic { get; }

bool IsStatic { get; }

string Name { get; }

object Invoke(object fixture, object[] args)