Search Results for

    Show / Hide Table of Contents

    Class MatcherTests

    Inheritance
    System.Object
    MatcherTests
    NarrowingIntervalMatcherTests
    SuffixArrayBasedMatcherTests
    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.BurrowsWheelerTransform.Matching
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class MatcherTests

    Constructors

    | Improve this Doc View Source

    MatcherTests(Func<TextWithTerminator, IMatcher>)

    Declaration
    protected MatcherTests(Func<TextWithTerminator, IMatcher> matcherBuilder)
    Parameters
    Type Name Description
    Func<TextWithTerminator, IMatcher> matcherBuilder

    Properties

    | Improve this Doc View Source

    MatcherBuilder

    Declaration
    protected Func<TextWithTerminator, IMatcher> MatcherBuilder { get; }
    Property Value
    Type Description
    Func<TextWithTerminator, IMatcher>

    Methods

    | Improve this Doc View Source

    Match_IsCorrectWhenSuccess(String, String, Boolean, Int32, Int32, Int32)

    Declaration
    public void Match_IsCorrectWhenSuccess(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