Class TestContext.PropertyValueHierarchyItem
Represents property value at different test levels
Inherited Members
Namespace: NUnit.Framework
Assembly: nunit.framework.dll
Syntax
public class TestContext.PropertyValueHierarchyItem
Constructors
View SourcePropertyValueHierarchyItem(string, IList)
Initializes a new instance of the TestContext.PropertyValueHierarchyItem class.
Declaration
public PropertyValueHierarchyItem(string testName, IList propValues)
Parameters
Type | Name | Description |
---|---|---|
string | testName | Level |
IList | propValues | List of values |
Properties
View SourceLevel
Level of the test (aka test name)
Declaration
public string Level { get; set; }
Property Value
Type | Description |
---|---|
string |
Values
List of values for the given level
Declaration
public IList Values { get; set; }
Property Value
Type | Description |
---|---|
IList |