NUnit.Framework.Internal.Extensions.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);
}
}