public void Push_pushToEmpty_expectTrue() { _teStack.Push("wo"); Assert.AreEqual(_teStack.Peek(), "wo"); Assert.AreEqual(_teStack.Count(), 1); }