Search Results for

    Show / Hide Table of Contents

    Class SnssFinderTests

    Inheritance
    System.Object
    SnssFinderTests
    NaiveSnssFinderTests
    SuffixStructureBasedSnssFinderTests
    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.SuffixTrees.Matching
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class SnssFinderTests

    Constructors

    | Improve this Doc View Source

    SnssFinderTests(ISnssFinder)

    Declaration
    protected SnssFinderTests(ISnssFinder finder)
    Parameters
    Type Name Description
    ISnssFinder finder

    Properties

    | Improve this Doc View Source

    Finder

    Declaration
    protected ISnssFinder Finder { get; }
    Property Value
    Type Description
    ISnssFinder

    Methods

    | Improve this Doc View Source

    Find_IsCorrect(String, String, String[])

    Declaration
    public void Find_IsCorrect(string text1, string text2, string[] expectedResult)
    Parameters
    Type Name Description
    System.String text1
    System.String text2
    System.String[] expectedResult

    Extension Methods

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