Class PivotSelectionStrategyTests
Inheritance
System.Object
PivotSelectionStrategyTests
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.QuickSort
Assembly: MoreStructures.Tests.dll
Syntax
public abstract class PivotSelectionStrategyTests
Constructors
| Improve this Doc View SourcePivotSelectionStrategyTests(IPivotSelectionStrategy)
Declaration
protected PivotSelectionStrategyTests(IPivotSelectionStrategy strategy)
Parameters
Type | Name | Description |
---|---|---|
IPivotSelectionStrategy | strategy |
Properties
| Improve this Doc View SourceStrategy
Declaration
protected IPivotSelectionStrategy Strategy { get; }
Property Value
Type | Description |
---|---|
IPivotSelectionStrategy |
Methods
| Improve this Doc View SourceSelect_GivesAnIndexWithinTheBoundariesOfTheWindow()
Declaration
public void Select_GivesAnIndexWithinTheBoundariesOfTheWindow()