public void EmptyStack() { stack test = new stack(); object testing = test.isEmpty(); Assert.Equal(false, testing); }