Example #1
0
        public void EmptyStack()
        {
            stack  test    = new stack();
            object testing = test.isEmpty();

            Assert.Equal(false, testing);
        }