Search Results for

    Show / Hide Table of Contents

    Class TestContext.PropertyValueHierarchyItem

    Represents property value at different test levels

    Inheritance
    object
    TestContext.PropertyValueHierarchyItem
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NUnit.Framework
    Assembly: nunit.framework.dll
    Syntax
    public class TestContext.PropertyValueHierarchyItem

    Constructors

    View Source

    PropertyValueHierarchyItem(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 Source

    Level

    Level of the test (aka test name)

    Declaration
    public string Level { get; set; }
    Property Value
    Type Description
    string
    View Source

    Values

    List of values for the given level

    Declaration
    public IList Values { get; set; }
    Property Value
    Type Description
    IList
    • View Source
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0