@Test
 public void spheres2Test() throws Exception {
   GmlTracer.main(
       new String[] {
         "src/test/resources/de/hauschild/gmltracer/gml/samples/spheres2.gml",
       });
 }
 @Test
 public void threeSpheresTest() throws Exception {
   GmlTracer.main(
       new String[] {
         "src/test/resources/de/hauschild/gmltracer/gml/three-spheres.gml",
       });
 }