public void TestPush04() { Stack stack; stack = new Stack(); stack.Pop(); this.TestPush(stack); Assert.IsNotNull((object)stack); }