| 8 | class InputMapperTest : public testing::Test { |
| 9 | public: |
| 10 | void SetUp() { |
| 11 | CPC.resources_path = "resources"; |
| 12 | CPC.InputMapper = new InputMapper(&CPC); |
| 13 | CPC.InputMapper->init(); |
| 14 | } |
| 15 | }; |
| 16 | |
| 17 | TEST_F(InputMapperTest, StringToEventsSimpleString) |