5758596061626364656667
assertEquals( someData, DbRepresentation.of( readGraphDb ) ); Transaction tx = readGraphDb.beginTx(); try { readGraphDb.createNode(); } catch ( ReadOnlyDbException e ) { // good }