Search Results for

    Show / Hide Table of Contents

    Class MatcherTests

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

    Methods

    | Improve this Doc View Source

    Match_DoesntValidateTextAndPatternAgainstSeparatorByDefault()

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

    Match_IsCorrect(String, String, Int32[])

    Declaration
    public void Match_IsCorrect(string text, string pattern, int[] startIndexes)
    Parameters
    Type Name Description
    System.String text
    System.String pattern
    System.Int32[] startIndexes
    | Improve this Doc View Source

    Match_RaisesExceptionWhenTextAndPatternAreValidatedAgainstSeparator()

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

    Match_ReturnsNoMatchWithEmptyText()

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

    Match_ThrowsExceptionWithEmptyPattern()

    Declaration
    public void Match_ThrowsExceptionWithEmptyPattern()

    Extension Methods

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