Assert.assertEquals(6, edge3.getValue(Value.VEHICLESENTERED),0);
Assert.assertEquals(3, edge3.getValue(Value.VEHICLESEMITTED),0);
Assert.assertEquals(9, edge3.getValue(Value.VEHICLESLEFT),0);
Assert.assertTrue(edge3.hasValues());
Assert.assertEquals(0, edge3.numLanes());
// add two lanes
try {
StatLane lane3 = new StatLane("dummy1_0", 6.0, 100.0, 9.0, 14.4,
22.7, 4, 6, 3, 9);