Search Results for

    Show / Hide Table of Contents

    Class TreePathTests

    Inheritance
    System.Object
    TreePathTests
    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.RecImmTrees
    Assembly: MoreStructures.Tests.dll
    Syntax
    public class TreePathTests

    Methods

    | Improve this Doc View Source

    Ctor_OfSuffixTree_EmptyPath_IsCorrect()

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

    Ctor_OfSuffixTree_MultistepPath_IsCorrectWithEnumerable()

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

    Ctor_OfSuffixTree_MultistepPath_IsCorrectWithParams()

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

    Ctor_OfSuffixTree_SingletonPath_IsCorrect()

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

    Ctor_OfSuffixTrie_EmptyPath_IsCorrect()

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

    Ctor_OfSuffixTrie_MultistepPath_IsCorrectWithEnumerable()

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

    Ctor_OfSuffixTrie_MultistepPath_IsCorrectWithParams()

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

    Ctor_OfSuffixTrie_SingletonPath_IsCorrect()

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

    Equals_ByValue()

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

    Equals_TakesIntoAccountPathNodesOrder()

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

    GetHashCode_ByValue()

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

    PathNodes_OfSuffixTree_ImmutabilityOnCtorParam()

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

    PathNodes_OfSuffixTree_ImmutabilityOnGet()

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

    PathNodes_OfSuffixTrie_ImmutabilityOnCtorParam()

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

    PathNodes_OfSuffixTrie_ImmutabilityOnGet()

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

    ToString_IsTheSameOnEquivalentPaths()

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

    ToString_OfEmptyPathIsEmptyString()

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

    ToString_OfNonEmptyPathIsNonEmptyString()

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

    ToString_OfPathContainsToStringOfSubPath()

    Declaration
    public void ToString_OfPathContainsToStringOfSubPath()

    Extension Methods

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