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

NUnit.Framework.Internal.Commands.TestMethodCommand

TestMethodCommand is the lowest level concrete command used to run actual test cases.
namespace NUnit.Framework.Internal.Commands { public class TestMethodCommand : TestCommand { public TestMethodCommand(TestMethod testMethod); } }