Port Existing Condition Tests Feedback
Based on feedback from !125 (merged)
- Change
std::endl
to'\n'
- Rename
PreconditionIsNot
toPreConditionsNot
- Remove
dynamic_cast
s fromEXPECT_CALL
- Remove
EXPECT_CALL
when not called - Split
TimeHeadwayConditionTestForCoordinateSystem
tests based on whether they usefreespace
- Introduce
using testing::_
andusing testing::Return
Edited by Stephen Ryan