Search Results for

    Show / Hide Table of Contents

    Class NarrowingIntervalMatcherTests

    Inheritance
    System.Object
    MatcherTests
    NarrowingIntervalMatcherTests
    CountBasedNarrowingIntervalMatcherTests
    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 NarrowingIntervalMatcherTests : MatcherTests

    Constructors

    | Improve this Doc View Source

    NarrowingIntervalMatcherTests()

    Declaration
    public NarrowingIntervalMatcherTests()
    | Improve this Doc View Source

    NarrowingIntervalMatcherTests(Func<TextWithTerminator, IMatcher>)

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

    Methods

    | Improve this Doc View Source

    Ctor_RaisesExceptionWithIncosistentBWTAndSortedBWT()

    Declaration
    public virtual void Ctor_RaisesExceptionWithIncosistentBWTAndSortedBWT()
    | Improve this Doc View Source

    Match_IsCorrectWhenFailure(String, String, Boolean, Int32, Int32, Int32)

    Declaration
    public void Match_IsCorrectWhenFailure(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
    | Improve this Doc View Source

    Match_RaisesExceptionWithEmptyPattern()

    Declaration
    public virtual void Match_RaisesExceptionWithEmptyPattern()

    Extension Methods

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