Skip to content

Port Existing Condition Tests Feedback

Stephen Ryan requested to merge port_existing_condition_tests_feedback into main

Based on feedback from !125 (merged)

  • Change std::endl to '\n'
  • Rename PreconditionIsNot to PreConditionsNot
  • Remove dynamic_casts from EXPECT_CALL
  • Remove EXPECT_CALL when not called
  • Split TimeHeadwayConditionTestForCoordinateSystem tests based on whether they use freespace
  • Introduce using testing::_ and using testing::Return
Edited by Stephen Ryan

Merge request reports