示例#1
0
 public void DeletedValueShouldBeRplacedByNew()
 => Assert.IsTrue(StackTest.DeletedValueShouldBeRplacedByNew(stack));
示例#2
0
 public void EmptySatckIsEmptyShouldBeTrue()
 => Assert.IsTrue(StackTest.EmptyStackIsEmptyShouldBeTrue(stack));
示例#3
0
 public void PopAfterPushWillReturnLastPushedValue()
 => Assert.IsTrue(StackTest.PopAfterPushWillReturnLastPushedValue(stack));
示例#4
0
 public void PushIntoEmptyStackTest()
 => Assert.IsTrue(StackTest.PushTest(stack));