Search Results for

    Show / Hide Table of Contents

    Class StringifierBaseTests

    Inheritance
    System.Object
    StringifierTests
    StringifierBaseTests
    FullyRecursiveStringifierTests
    Inherited Members
    StringifierTests.Stringifier
    StringifierTests.NL
    StringifierTests.I
    StringifierTests.DefaultNewLine
    StringifierTests.DefaultIndent
    StringifierTests.DefaultPathSeparator
    StringifierTests.DefaultRootStringifier
    StringifierTests.DefaultEdgeAndNodeStringifier
    StringifierTests.Stringify_OfLeaf()
    StringifierTests.Stringify_OfTwoLevelsTree()
    StringifierTests.Stringify_OfThreeLevelsTree()
    StringifierTests.Stringify_OfFourLevelsTree()
    StringifierTests.Stringify_OfEmptyPath()
    StringifierTests.Stringify_OfSingletonPath()
    StringifierTests.Stringify_OfMultistepPath()
    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 StringifierBaseTests : StringifierTests

    Constructors

    | Improve this Doc View Source

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

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

    Methods

    | Improve this Doc View Source

    CustomIndent_IsReflectedIntoOutput()

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

    CustomNewLine_IsReflectedIntoOutput()

    Declaration
    public void CustomNewLine_IsReflectedIntoOutput()

    Extension Methods

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