Search Results for

    Show / Hide Table of Contents

    Class StringUtilitiesTests

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

    Methods

    | Improve this Doc View Source

    LongestCommonPrefix_IsCorrect(String, String, Int32)

    Declaration
    public void LongestCommonPrefix_IsCorrect(string first, string second, int expected)
    Parameters
    Type Name Description
    System.String first
    System.String second
    System.Int32 expected
    | Improve this Doc View Source

    LongestCommonPrefix_RaisesExceptionWithInvalidIndexes()

    Declaration
    public void LongestCommonPrefix_RaisesExceptionWithInvalidIndexes()

    Extension Methods

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