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

NUnit.Framework.Internal.TestNameGenerator

public class TestNameGenerator
TestNameGenerator is able to create test names according to a coded pattern.
namespace NUnit.Framework.Internal { public static class AssemblyHelper { public static string GetAssemblyPath(Assembly assembly); public static string GetDirectoryName(Assembly assembly); public static AssemblyName GetAssemblyName(Assembly assembly); public static Assembly Load(string nameOrPath); public static string GetAssemblyPathFromCodeBase(string codeBase); } }