Search Results for

    Show / Hide Table of Contents

    Class SuffixArrayBasedMatcherTests

    Inheritance
    System.Object
    MatcherTests
    SuffixArrayBasedMatcherTests
    Inherited Members
    MatcherTests.MatcherBuilder
    MatcherTests.Match_IsCorrectWhenSuccess(String, String, Boolean, Int32, Int32, Int32)
    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.BurrowsWheelerTransform.Matching
    Assembly: MoreStructures.Tests.dll
    Syntax
    public class SuffixArrayBasedMatcherTests : MatcherTests

    Constructors

    | Improve this Doc View Source

    SuffixArrayBasedMatcherTests()

    Declaration
    public SuffixArrayBasedMatcherTests()

    Methods

    | Improve this Doc View Source

    BWT_IsNotSupported()

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

    Ctor_WithSuffixArrayWithDynamicIndexes()

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

    Match_IsCorrect(String, String, Boolean, Int32, Int32, Int32)

    Declaration
    public void Match_IsCorrect(string textContent, string patternContent, bool expectedSuccess, int expectedMatchedChars, int expectedStart, int expectedEnd)
    Parameters
    Type Name Description
    System.String textContent
    System.String patternContent
    System.Boolean expectedSuccess
    System.Int32 expectedMatchedChars
    System.Int32 expectedStart
    System.Int32 expectedEnd

    Extension Methods

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