I'm using the Neo4J Java Traversal API and have a number of tests around my code.
Debugging would be a lot easier if I could log an ASCII-art representation of the graph in a failing test.
Obviously "logging" a Neo4J graph is unwieldy in production code, but is practical in tests as the graphs only comprise a handful of nodes and relationships.
How best to get an ASCII art representation of a Neo4J graph, please?