Class StackTest


  • public class StackTest
    extends AbstractGenericTest
    The order in which the methods are defined in this class determine the order in which they are exercised by JUnit. This order does not changed until JUnit is restarted. That is, simply re-running JUnit will change the execution order.
    • Constructor Detail

      • StackTest

        public StackTest()
    • Method Detail

      • setUp

        public void setUp()
      • tearDown

        public void tearDown()
      • testSearch

        public void testSearch()
      • testPop

        public void testPop()
      • testPush

        public void testPush()
      • testEquals

        public void testEquals()
      • testEmpty

        public void testEmpty()
      • testPeek

        public void testPeek()