2425262728293031
public void setUp() throws Exception { startTime = System.nanoTime(); db = new EmbeddedGraphDatabase("target/db" ); this.database = new Database((AbstractGraphDatabase) db ); directionsPlugin = new DirectionsResource(null, database, null ); }