Class ThreeWayPartitionStrategyTests
Inheritance
System.Object
ThreeWayPartitionStrategyTests
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 ThreeWayPartitionStrategyTests
Constructors
| Improve this Doc View SourceThreeWayPartitionStrategyTests(IThreeWayPartitionStrategy)
Declaration
protected ThreeWayPartitionStrategyTests(IThreeWayPartitionStrategy strategy)
Parameters
Type | Name | Description |
---|---|---|
IThreeWayPartitionStrategy | strategy |
Properties
| Improve this Doc View SourceStrategy
Declaration
protected IThreeWayPartitionStrategy Strategy { get; }
Property Value
Type | Description |
---|---|
IThreeWayPartitionStrategy |
Methods
| Improve this Doc View SourcePartition_IsCorrect()
Declaration
public void Partition_IsCorrect()