| 56 | void TestUnitCommand::AdditionalTestSetup() {} |
| 57 | |
| 58 | void TestUnitCommand::IssueUnitCommand(ActionInterface*) {} |
| 59 | |
| 60 | Point2D TestUnitCommand::GetPointOffsetX(Point2D starting_point, float offset) { |
| 61 | Point2D offset_point = starting_point; |
nothing calls this directly
no test coverage detected