MCPcopy Create free account
hub / github.com/ColinPitrat/caprice32 / SetUp

Method SetUp

test/InputMapper.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8class 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
17TEST_F(InputMapperTest, StringToEventsSimpleString)

Callers

nothing calls this directly

Calls 1

initMethod · 0.80

Tested by

no test coverage detected