@Test
 public void testString2() {
   p = new InfinitePoint(0);
   assertTrue(p.toString().contentEquals("[]"));
 }
 @Test
 public void testString() {
   assertTrue(p.toString().contentEquals("[1.0, 2.0, 3.0, 4.0, 5.0]"));
 }