edges.add(conn.getEdgeRepository().getByID("beg2left"));
edges.add(conn.getEdgeRepository().getByID("left"));
edges.add(conn.getEdgeRepository().getByID("left2end"));
edges.add(conn.getEdgeRepository().getByID("end"));
arq.setVehicleData(id, edges);
arq.run();
assertTrue(conn.getRouteRepository().getAll().containsKey(id));
}
@Test