Exemplo n.º 1
0
 @Override
 protected void initStore(Properties props) throws IOException, Exception {
   Neo4jTestConfig.dropDirectory(basicProps().getProperty(Config.DBID));
   store = new Neo4jGraphStore();
   store.initialize(props, Phase.REQUEST, 0);
 }
Exemplo n.º 2
0
 @Override
 protected void tearDown() throws Exception {
   store.close();
   Neo4jTestConfig.dropDirectory(basicProps().getProperty(Config.DBID));
   super.tearDown();
 }