コード例 #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));