Class PeekKthPriorityQueueTests
Inheritance
System.Object
PeekKthPriorityQueueTests
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.PriorityQueues
Assembly: MoreStructures.Tests.dll
Syntax
public abstract class PeekKthPriorityQueueTests
Constructors
| Improve this Doc View SourcePeekKthPriorityQueueTests(Func<IPeekKthPriorityQueue<Int32>>)
Declaration
protected PeekKthPriorityQueueTests(Func<IPeekKthPriorityQueue<int>> intQueueBuilder)
Parameters
Type | Name | Description |
---|---|---|
Func<IPeekKthPriorityQueue<System.Int32>> | intQueueBuilder |
Properties
| Improve this Doc View SourceIntQueueBuilder
Declaration
protected Func<IPeekKthPriorityQueue<int>> IntQueueBuilder { get; }
Property Value
Type | Description |
---|---|
Func<IPeekKthPriorityQueue<System.Int32>> |
Methods
| Improve this Doc View SourcePeekKth_IsCorrect()
Declaration
public void PeekKth_IsCorrect()
PeekKth_IsStable()
Declaration
public void PeekKth_IsStable()
PeekKth_ThrowsExceptionOnInvalidK()
Declaration
public void PeekKth_ThrowsExceptionOnInvalidK()