}
@Test
public void testGetBelongingEdge() throws IOException {
Lane lane = conn.getLaneRepository().getByID("beg_0");
Edge edge = lane.queryReadParentEdge().get();
assertEquals("beg", edge.getID());
}
@Test
// @Ignore // its duration may be annoying; feel free to comment this