Search Results for

    Show / Hide Table of Contents

    Class StackTests

    Inheritance
    System.Object
    StackTests
    ArrayListStackTests
    LinkedListStackTests
    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.Stack
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class StackTests

    Constructors

    | Improve this Doc View Source

    StackTests(Func<IStack<Int32>>)

    Declaration
    protected StackTests(Func<IStack<int>> builder)
    Parameters
    Type Name Description
    Func<IStack<System.Int32>> builder

    Properties

    | Improve this Doc View Source

    Builder

    Declaration
    protected Func<IStack<int>> Builder { get; }
    Property Value
    Type Description
    Func<IStack<System.Int32>>

    Methods

    | Improve this Doc View Source

    Ctor_CreatesAnEmptyStack()

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

    Peek_DoesntAlterTheStack()

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

    Peek_RaisesExceptionOnEmptyStack()

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

    Peek_ReturnsTheLastPushedItem()

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

    Pop_RaisesExceptionOnEmptyStack()

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

    PushAndPop_AreCorrect()

    Declaration
    public void PushAndPop_AreCorrect()

    Extension Methods

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