Port existing condition tests
- Ported
TimeHeadwayConditionTestfromexisting_open_scenario_engine/test/TimeHeadwayConditionTest.cppto the generated engine - Ported
RelativeDistanceConditionTestfromexisting_open_scenario_engine/test/RelativeDistanceConditionTest.cppto the generated engine - Ported
UserDefinedValueConditionTestfromexisting_open_scenario_engine/test/UserDefinedValueConditionTest.cppto the generated engine -
Some tests had to be adapted for the time being, since the generated engine doesn't implement the checking of preconditionsInstead the generated engine either does nothing specific or throws an exception in case some preconditions are not met
- Adapted
TimeHeadwayConditionto include pre-condition checks and returnfalsewhen those conditions are not met
Edited by Frank Prüfer