예제 #1
0
 @After
 public void tearDownDatastore() {
   ds = null;
   super.tearDownDatastore();
 }
예제 #2
0
 @Before
 public void setupDatastore() {
   super.setupDatastore();
   ds = DatastoreServiceFactory.getDatastoreService();
 }