Is it possible to create/delete different databases in the graph database Neo4j like in MySQL? Or, at least, how to delete all nodes and relationships of an existing graph t
Run your test code on a different neo4j instance.
conf/neo4j-server.properties and set org.neo4j.server.webserver.port to an unused one../neo4j stop and rm -rf data/graph.db on teardown.For more details see neo4j: How to Switch Database? and the docs.