diff --git a/FlippR-Driver/tests/input/TestEventNotifier.cpp b/FlippR-Driver/tests/input/TestEventNotifier.cpp new file mode 100644 index 0000000..21bc883 --- /dev/null +++ b/FlippR-Driver/tests/input/TestEventNotifier.cpp @@ -0,0 +1,14 @@ +/* + * TestEventNotifier.cpp + * + * Created on: Jun 19, 2018 + * Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht + */ + + +#include "../catch.hpp" +#include "../fakeit.hpp" +#include "../../src/utilities/LoggerFactory.hpp" + +// testing purposes +#define private public