Search Results for

    Show / Hide Table of Contents

    Class LinkedListStackTests

    Inheritance
    System.Object
    StackTests
    LinkedListStackTests
    Inherited Members
    StackTests.Builder
    StackTests.Ctor_CreatesAnEmptyStack()
    StackTests.Peek_RaisesExceptionOnEmptyStack()
    StackTests.Peek_ReturnsTheLastPushedItem()
    StackTests.Peek_DoesntAlterTheStack()
    StackTests.Pop_RaisesExceptionOnEmptyStack()
    StackTests.PushAndPop_AreCorrect()
    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 class LinkedListStackTests : StackTests

    Constructors

    | Improve this Doc View Source

    LinkedListStackTests()

    Declaration
    public LinkedListStackTests()

    Extension Methods

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