| 49 | { |
| 50 | using KeyPos = std::pair<std::string, Position>; |
| 51 | struct TestData |
| 52 | { |
| 53 | std::string input; |
| 54 | std::vector<KeyPos> output; |
| 55 | }; |
| 56 | |
| 57 | class NavigationTest : public ::testing::Test |
| 58 | { |
nothing calls this directly
no outgoing calls
no test coverage detected