Search Results for

    Show / Hide Table of Contents

    Class StringifierTests

    Inheritance
    System.Object
    StringifierTests
    FullyIterativeStringifierTests
    StringifierBaseTests
    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.Conversions
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class StringifierTests

    Constructors

    | Improve this Doc View Source

    StringifierTests(IStringifier<TreeMock.Edge, TreeMock.Node>)

    Declaration
    public StringifierTests(IStringifier<TreeMock.Edge, TreeMock.Node> stringifier)
    Parameters
    Type Name Description
    IStringifier<TreeMock.Edge, TreeMock.Node> stringifier

    Fields

    | Improve this Doc View Source

    DefaultEdgeAndNodeStringifier

    Declaration
    protected static readonly Func<TreeMock.Edge, TreeMock.Node, string> DefaultEdgeAndNodeStringifier
    Field Value
    Type Description
    Func<TreeMock.Edge, TreeMock.Node, System.String>
    | Improve this Doc View Source

    DefaultIndent

    Declaration
    protected static readonly string DefaultIndent
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    DefaultNewLine

    Declaration
    protected static readonly string DefaultNewLine
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    DefaultPathSeparator

    Declaration
    protected static readonly string DefaultPathSeparator
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    DefaultRootStringifier

    Declaration
    protected static readonly Func<TreeMock.Node, string> DefaultRootStringifier
    Field Value
    Type Description
    Func<TreeMock.Node, System.String>

    Properties

    | Improve this Doc View Source

    I

    Declaration
    protected string I { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NL

    Declaration
    protected string NL { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Stringifier

    Declaration
    protected IStringifier<TreeMock.Edge, TreeMock.Node> Stringifier { get; set; }
    Property Value
    Type Description
    IStringifier<TreeMock.Edge, TreeMock.Node>

    Methods

    | Improve this Doc View Source

    Stringify_OfEmptyPath()

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

    Stringify_OfFourLevelsTree()

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

    Stringify_OfLeaf()

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

    Stringify_OfMultistepPath()

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

    Stringify_OfSingletonPath()

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

    Stringify_OfThreeLevelsTree()

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

    Stringify_OfTwoLevelsTree()

    Declaration
    public void Stringify_OfTwoLevelsTree()

    Extension Methods

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