Search Results for

    Show / Hide Table of Contents

    Class XifoStructureTests

    Inheritance
    System.Object
    XifoStructureTests
    XQueueTests
    XStackTests
    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.XifoStructures
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class XifoStructureTests

    Constructors

    | Improve this Doc View Source

    XifoStructureTests(Func<IXifoStructure<Int32>>)

    Declaration
    protected XifoStructureTests(Func<IXifoStructure<int>> xifoBuilder)
    Parameters
    Type Name Description
    Func<IXifoStructure<System.Int32>> xifoBuilder

    Properties

    | Improve this Doc View Source

    XifoBuilder

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

    Methods

    | Improve this Doc View Source

    Count_IsCorrect()

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

    Pop_ThrowsExceptionOnEmptyXifo()

    Declaration
    public void Pop_ThrowsExceptionOnEmptyXifo()
    | 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