Search Results for

    Show / Hide Table of Contents

    Class TreeNodeTests

    Inheritance
    System.Object
    TreeNodeTests
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: MoreStructures.Tests.PriorityQueues.BinomialHeap
    Assembly: MoreStructures.Tests.dll
    Syntax
    public class TreeNodeTests

    Methods

    | Improve this Doc View Source

    AddChild_AddsToTheChildrenOfTheParentAndSetBackreferences()

    Declaration
    public void AddChild_AddsToTheChildrenOfTheParentAndSetBackreferences()
    | Improve this Doc View Source

    AddChild_ThrowsExceptionIfNodeIsAlreadyChildOfTheParent()

    Declaration
    public void AddChild_ThrowsExceptionIfNodeIsAlreadyChildOfTheParent()
    | Improve this Doc View Source

    AddChild_ThrowsExceptionIfNodeIsARoot()

    Declaration
    public void AddChild_ThrowsExceptionIfNodeIsARoot()
    | Improve this Doc View Source

    AddChild_ThrowsExceptionIfNodeIsChildOfAnotherNode()

    Declaration
    public void AddChild_ThrowsExceptionIfNodeIsChildOfAnotherNode()
    | Improve this Doc View Source

    AddChild_ThrowsExceptionIfNodeParentPropertiesAreIncoherent()

    Declaration
    public void AddChild_ThrowsExceptionIfNodeParentPropertiesAreIncoherent()
    | Improve this Doc View Source

    DeepCopy_PointsToSamePrioritizedItem()

    Declaration
    public void DeepCopy_PointsToSamePrioritizedItem()
    | Improve this Doc View Source

    DeepCopy_PreservesParentChildStructure()

    Declaration
    public void DeepCopy_PreservesParentChildStructure()
    | Improve this Doc View Source

    DeepCopy_PreservesParentChildStructureAtMultipleLevels()

    Declaration
    public void DeepCopy_PreservesParentChildStructureAtMultipleLevels()
    | Improve this Doc View Source

    DeepCopy_WorksWithLeaves()

    Declaration
    public void DeepCopy_WorksWithLeaves()
    | Improve this Doc View Source

    DetachFromParent_ThrowsExceptionIfNodeIsARoot()

    Declaration
    public void DetachFromParent_ThrowsExceptionIfNodeIsARoot()
    | Improve this Doc View Source

    DetachFromParent_ThrowsExceptionOnOrphan()

    Declaration
    public void DetachFromParent_ThrowsExceptionOnOrphan()
    | Improve this Doc View Source

    DetachFromParent_ThrowsExceptionWhenParentPropertiesAreIncoherent()

    Declaration
    public void DetachFromParent_ThrowsExceptionWhenParentPropertiesAreIncoherent()
    | Improve this Doc View Source

    DetachFromParent_UpdateParentPropertiesOnChild()

    Declaration
    public void DetachFromParent_UpdateParentPropertiesOnChild()
    | Improve this Doc View Source

    DetachFromParent_UpdatesParentChildren()

    Declaration
    public void DetachFromParent_UpdatesParentChildren()
    | Improve this Doc View Source

    IsInAHeap_IsTrueWhenAChild()

    Declaration
    public void IsInAHeap_IsTrueWhenAChild()
    | Improve this Doc View Source

    IsInAHeap_IsTrueWhenARoot()

    Declaration
    public void IsInAHeap_IsTrueWhenARoot()
    | Improve this Doc View Source

    ToString_IncludesIsALoser()

    Declaration
    public void ToString_IncludesIsALoser()
    | Improve this Doc View Source

    ToString_IncludesIsInHeap()

    Declaration
    public void ToString_IncludesIsInHeap()
    | Improve this Doc View Source

    ToString_IncludesPrioritizedItem()

    Declaration
    public void ToString_IncludesPrioritizedItem()

    Extension Methods

    SuffixStructureNodeExtensions.GetAllSuffixesFor<TEdge, TNode>(TNode, TextWithTerminator)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX