Search Results for

    Show / Hide Table of Contents

    Class TextWithTerminatorExtensionsTests

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

    Methods

    | Improve this Doc View Source

    BuildTerminatorsCDF_IsCorrect(String[], Int32[])

    Declaration
    public void BuildTerminatorsCDF_IsCorrect(string[] textContentsWithTerminator, int[] expectedResult)
    Parameters
    Type Name Description
    System.String[] textContentsWithTerminator
    System.Int32[] expectedResult
    | Improve this Doc View Source

    BuildTerminatorsIndexMap_IsCorrect(String[], Int32[])

    Declaration
    public void BuildTerminatorsIndexMap_IsCorrect(string[] textContentsWithTerminator, int[] expectedResult)
    Parameters
    Type Name Description
    System.String[] textContentsWithTerminator
    System.Int32[] expectedResult
    | Improve this Doc View Source

    GenerateFullText_IsCorrect(String, Char, String[], Char[])

    Declaration
    public void GenerateFullText_IsCorrect(string expectedText, char expectedTerminator, string[] textContents, char[] terminators)
    Parameters
    Type Name Description
    System.String expectedText
    System.Char expectedTerminator
    System.String[] textContents
    System.Char[] terminators
    | Improve this Doc View Source

    GenerateFullText_RaiseExceptionOnRepeatedTerminators()

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

    ToVirtuallyRotated()

    Declaration
    public void ToVirtuallyRotated()

    Extension Methods

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