Search Results for

    Show / Hide Table of Contents

    Class TestContext.PropertyHierachyItem

    Represents properties at different test levels

    Inheritance
    object
    TestContext.PropertyHierachyItem
    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.PropertyHierachyItem

    Constructors

    View Source

    PropertyHierachyItem()

    Property with empty name and level.

    Declaration
    public PropertyHierachyItem()
    View Source

    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 Source

    Level

    Name of test level, from ITest

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

    Name

    Name of propertyHierarchyItem

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    • 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