Search Results for

    Show / Hide Table of Contents

    Class ShuffleStrategyTests

    Inheritance
    System.Object
    ShuffleStrategyTests
    IdentityShuffleStrategyTests
    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.Lists.Sorting.QuickSortp
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class ShuffleStrategyTests

    Constructors

    | Improve this Doc View Source

    ShuffleStrategyTests(IShuffleStrategy)

    Declaration
    protected ShuffleStrategyTests(IShuffleStrategy strategy)
    Parameters
    Type Name Description
    IShuffleStrategy strategy

    Properties

    | Improve this Doc View Source

    Strategy

    Declaration
    protected IShuffleStrategy Strategy { get; }
    Property Value
    Type Description
    IShuffleStrategy

    Methods

    | Improve this Doc View Source

    Shuffle_DoesNothingWhenWindowIsEmptyOrSingleton()

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

    Shuffle_PreservesTheContentOfTheInput(Int32[])

    Declaration
    public void Shuffle_PreservesTheContentOfTheInput(int[] list)
    Parameters
    Type Name Description
    System.Int32[] list

    Extension Methods

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