Class TestContext.PropertyHierachyItem
Represents properties at different test levels
Inherited Members
Namespace: NUnit.Framework
Assembly: nunit.framework.dll
Syntax
public class TestContext.PropertyHierachyItem
Constructors
View SourcePropertyHierachyItem()
Property with empty name and level.
Declaration
public PropertyHierachyItem()
PropertyHierachyItem(string, string)
Property with given name and level.
Declaration
public PropertyHierachyItem(string name, string level)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
string | level |
Properties
View SourceLevel
Name of test level, from ITest
Declaration
public string Level { get; }
Property Value
Type | Description |
---|---|
string |
Name
Name of propertyHierarchyItem
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |