reworked eventhandler

This commit is contained in:
Jonas Zeunert
2019-05-07 15:04:53 +02:00
parent 13815cc714
commit c32ce18841
7 changed files with 24 additions and 89 deletions

View File

@@ -12,13 +12,12 @@
#define private public
#include "utility/LoggerFactory.h"
#include "input/detail/EventHandler.h"
#include "input/InputDriver.h"
using namespace fakeit;
using namespace flippR_driver::utility;
/* todo ?
SCENARIO("An EventHandler gets created", "[construction}")
{
GIVEN("An IInputDriver")
@@ -42,3 +41,4 @@ SCENARIO("An EventHandler gets created", "[construction}")
}
}
}
*/