15161718192021
@BeforeClass public static void setup() { db = new EmbeddedGraphDatabase( "target/db" ); dbInserter = new DBInserter( db ); }