37383940414243
BasicConfigurator.configure(); neoServer.start(); } public GraphDatabase createGraphDatabase() throws URISyntaxException { return new RestGraphDatabase(new URI(SERVER_ROOT_URI)); }
45464748495051
} @Before public void setUp() throws Exception { cleanDb(); restGraphDatabase = new RestGraphDatabase(new URI(SERVER_ROOT_URI)); }