8283848586878889
@Before public void setUp() throws Exception { cleanDb(); // restGraphDatabase = new SpringRestGraphDatabase(SERVER_ROOT_URI); restGraphDatabase = new SpringCypherRestGraphDatabase(SERVER_ROOT_URI); refNode = createNode(); }
45464748495051
bootstrapper.start(); neoServer = bootstrapper.getServer(); } public GraphDatabase createGraphDatabase() throws URISyntaxException { return new SpringCypherRestGraphDatabase(SERVER_ROOT_URI); }