@Test
public void testVehiclePositionAtStepOne() throws IOException {
conn.nextSimStep();
final Repository<Vehicle> repo = conn.getVehicleRepository();
Vehicle v0 = repo.getByID("0.0");
assertEquals(0, v0.queryReadLanePosition().get(), DELTA);
}
@Test
public void testVehiclePositionAtStepTwo() throws IOException {
conn.nextSimStep();