Class ArrayListStackTests
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 class ArrayListStackTests : StackTests
Constructors
| Improve this Doc View SourceArrayListStackTests()
Declaration
public ArrayListStackTests()
Methods
| Improve this Doc View SourceCtor_RaisesExceptionOnInvalidParams()
Declaration
public void Ctor_RaisesExceptionOnInvalidParams()
Ctor_SetsTheIncreasingFactor()
Declaration
public void Ctor_SetsTheIncreasingFactor()
Push_ResizesEnoughEvenWithLowIncreasingFactor()
Declaration
public void Push_ResizesEnoughEvenWithLowIncreasingFactor()