@After public void tearDownDatastore() { ds = null; super.tearDownDatastore(); }
@Before public void setupDatastore() { super.setupDatastore(); ds = DatastoreServiceFactory.getDatastoreService(); }