looking into old commit

This commit is contained in:
Jonas Zeunert
2018-07-10 22:02:26 +02:00
parent 202cfbe8c0
commit b164bb2ee9
13 changed files with 760 additions and 317 deletions

View File

@@ -15,11 +15,11 @@
#define private public
#include "../../../src/input/IEventNotifier.h"
#include "../../../src/input/Event.h"
#include "../../../src/input/Detector.h"
#include "../../../src/utilities/LoggerFactory.hpp"
#include "../../../src/utilities/InputGPIOInterface.h"
#include "input/IEventNotifier.h"
#include "input/Event.h"
#include "input/Detector.h"
#include "utilities/LoggerFactory.hpp"
#include "utilities/InputGPIOInterface.h"
using namespace fakeit;

View File

@@ -6,16 +6,16 @@
*/
#include "../catch.hpp"
#include "../fakeit.hpp"
#include "../../src/utilities/LoggerFactory.hpp"
#include "../../src/utilities/IEventHandler.h"
#include "catch.hpp"
#include "fakeit.hpp"
#include "utilities/LoggerFactory.hpp"
#include "utilities/IEventHandler.h"
// testing purposes
#define private public
#include "../../src/input/EventNotifier.h"
#include "input/EventNotifier.h"
using namespace Input;
using namespace fakeit;

View File

@@ -5,17 +5,17 @@
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
*/
#include "../catch.hpp"
#include "../fakeit.hpp"
#include "../../src/utilities/LoggerFactory.hpp"
#include "catch.hpp"
#include "fakeit.hpp"
#include "utilities/LoggerFactory.hpp"
// testing purposes
#define private public
#include "../../src/input/InputDriver.h"
#include "input/InputDriver.h"
#include "../../src/input/IEventNotifier.h"
#include "../../src/input/IDetector.h"
#include "input/IEventNotifier.h"
#include "input/IDetector.h"
using namespace fakeit;

View File

@@ -6,4 +6,4 @@
*/
#define CATCH_CONFIG_MAIN
#include "../catch.hpp"
#include "catch.hpp"