/**
 * Test the ArrayBasedGeneralList class.
 *
 * @author Samuel A. Rebelsky
 * @version 1.0 of April 2004
 */
public class TestSABGL
{
  public static void main(String[] args)
  {
    TestGL.test(new SamsABGL());
  } // main(String[])
} // class TestABGL

