Tests pushing many elements into a stack, and seeing if they come out in
order. Also verifies that we get the correct exception when we run out of
elements, and tests peek
testEmptyAndEmptyStackException
public void testEmptyAndEmptyStackException()(Code)
tests empty and tries to get emptyStackException as desired