@After public synchronized void stopGraphDb() { if (graphDb != null) graphDb.shutdown(); graphDb = null; }
@After public void shutdownDb() { if (db != null) db.shutdown(); db = null; }