Class XifoStructureTests
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 SourceXifoStructureTests(Func<IXifoStructure<Int32>>)
Declaration
protected XifoStructureTests(Func<IXifoStructure<int>> xifoBuilder)
Parameters
Type | Name | Description |
---|---|---|
Func<IXifoStructure<System.Int32>> | xifoBuilder |
Properties
| Improve this Doc View SourceXifoBuilder
Declaration
protected Func<IXifoStructure<int>> XifoBuilder { get; }
Property Value
Type | Description |
---|---|
Func<IXifoStructure<System.Int32>> |
Methods
| Improve this Doc View SourceCount_IsCorrect()
Declaration
public void Count_IsCorrect()
Pop_ThrowsExceptionOnEmptyXifo()
Declaration
public void Pop_ThrowsExceptionOnEmptyXifo()
PushAndPop_AreCorrect()
Declaration
public void PushAndPop_AreCorrect()