Ejemplo n.º 1
0
 public void DeletedValueShouldBeRplacedByNew()
 => Assert.IsTrue(StackTest.DeletedValueShouldBeRplacedByNew(stack));
Ejemplo n.º 2
0
 public void EmptySatckIsEmptyShouldBeTrue()
 => Assert.IsTrue(StackTest.EmptyStackIsEmptyShouldBeTrue(stack));
Ejemplo n.º 3
0
 public void PopAfterPushWillReturnLastPushedValue()
 => Assert.IsTrue(StackTest.PopAfterPushWillReturnLastPushedValue(stack));
Ejemplo n.º 4
0
 public void PushIntoEmptyStackTest()
 => Assert.IsTrue(StackTest.PushTest(stack));