| 35 | } |
| 36 | |
| 37 | TEST(BlocksAlongLine, All) { |
| 38 | testGroup({0, 0}); |
| 39 | testGroup({50, 50}); |
| 40 | testGroup({-5, -50}); |
| 41 | testGroup({50, -5}); |
| 42 | testGroup({100, 10}); |
| 43 | testGroup({-10, -100}); |
| 44 | testGroup({-10, 10}); |
| 45 | } |
nothing calls this directly
no test coverage detected