From 66dd3f2b425c5b701ce448aa76afc43e602a06c4 Mon Sep 17 00:00:00 2001 From: Jonas Zeunert Date: Wed, 27 Jun 2018 21:21:19 +0200 Subject: [PATCH] new test --- FlippR-Driver/tests/input/TestEventNotifier.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 FlippR-Driver/tests/input/TestEventNotifier.cpp 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