Пример #1
0
 protected void tearDown() throws Exception {
   if (runTestsForDatastore()) {
     clean(SamplePoint.class);
     clean(SampleLineString.class);
     clean(SamplePolygon.class);
     clean(SampleGeometryCollection.class);
   }
   super.tearDown();
 }