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

NUnit.Framework.Internal.Extensions.TestExtensions

static class TestExtensions
namespace NUnit.Framework.Internal.Extensions { internal static class TestExtensions { public static bool HasLifeCycle(this ITest test, LifeCycle lifeCycle); public static IEnumerable<TestContext.PropertyValueHierarchyItem> PropertyValues(this ITest test, string property); public static T GetEffectiveProperty<T>(this ITest test, string propertyName, T defaultValue); } }