Files
flippr-code/FlippR-Driver/tests/input/TestInputDriverFactory.cpp
2018-09-14 00:33:13 +02:00

28 lines
459 B
C++

/*
* TestInputDriverFactory.cpp
*
* Created on: Jul 11, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Oliver Martin, Dr. Franca Rupprecht
*/
#include "catch.hpp"
#include "fakeit.hpp"
#include "utilities/LoggerFactory.h"
// testing purposes
#define private public
#include "input/EventNotifier.h"
using namespace FlippR_Driver
{
namespace Input;
using namespace fakeit;
SCENARIO("The factory creates a InputDriver")
{
}