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