Search Results for

    Show / Hide Table of Contents

    Class BordersExtractionTests

    Inheritance
    System.Object
    BordersExtractionTests
    NaiveBordersExtractionTests
    PrefixFunctionBasedBorderExtractionTests
    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.Borders
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class BordersExtractionTests

    Constructors

    | Improve this Doc View Source

    BordersExtractionTests(IBordersExtraction)

    Declaration
    protected BordersExtractionTests(IBordersExtraction bordersExtraction)
    Parameters
    Type Name Description
    IBordersExtraction bordersExtraction

    Properties

    | Improve this Doc View Source

    BordersExtraction

    Declaration
    protected IBordersExtraction BordersExtraction { get; }
    Property Value
    Type Description
    IBordersExtraction

    Methods

    | Improve this Doc View Source

    GetAllBordersByDescLength_IsCorrect(String[], String)

    Declaration
    public void GetAllBordersByDescLength_IsCorrect(string[] expectedResult, string text)
    Parameters
    Type Name Description
    System.String[] expectedResult
    System.String text

    Extension Methods

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