6566676869707172737475
public void testStack()throws Exception { System.out.println("****************** TEST STACK ******************"); Stack s = new StackImpl(); s.push("one"); s.push("two"); s.pop(); s.push("two"); s.push("three");
6667686970717273747576
public void testStack()throws Exception { System.out.println("****************** TEST STACK ******************"); Stack s = new StackImpl(); s.push("one"); s.push("two"); s.pop(); s.push("two"); s.push("three"); s.pop();
6970717273747576777879
Stack s = new StackImpl(); s.push("one"); s.push("two"); s.pop(); s.push("two"); s.push("three"); s.pop(); s.pop(); s.pop(); try
7071727374757677787980
s.push("one"); s.push("two"); s.pop(); s.push("two"); s.push("three"); s.pop(); s.pop(); s.pop(); try {
7172737475767778798081
7273747576777879808182
7576777879808182838485
7677787980818283848586