public class TestStack
{
  public static void main(String[] args)
    throws Exception
  {
    TestLinear.test(new VectorBasedStack(), args);
  }
} // class TestStack


