Search Results for

    Show / Hide Table of Contents

    Class CharsSorterTests

    Inheritance
    System.Object
    CharsSorterTests
    CountingSortCharsSorterTests
    QuickSortCharsSorterTests
    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.Strings.Sorting
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class CharsSorterTests

    Constructors

    | Improve this Doc View Source

    CharsSorterTests(Func<Nullable<Char>, ICharsSorter>)

    Declaration
    protected CharsSorterTests(Func<char?, ICharsSorter> charsSorterBuilder)
    Parameters
    Type Name Description
    Func<System.Nullable<System.Char>, ICharsSorter> charsSorterBuilder

    Properties

    | Improve this Doc View Source

    CharsSorterBuilder

    Declaration
    protected Func<char?, ICharsSorter> CharsSorterBuilder { get; }
    Property Value
    Type Description
    Func<System.Nullable<System.Char>, ICharsSorter>

    Methods

    | Improve this Doc View Source

    Sort_IsCorrect(String, Nullable<Char>)

    Declaration
    public void Sort_IsCorrect(string input, char? maybeTerminator)
    Parameters
    Type Name Description
    System.String input
    System.Nullable<System.Char> maybeTerminator

    Extension Methods

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