input driver factory test
This commit is contained in:
25
FlippR-Driver/tests/input/TestInputDriverFactory.cpp
Normal file
25
FlippR-Driver/tests/input/TestInputDriverFactory.cpp
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* 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.hpp"
|
||||
|
||||
|
||||
// testing purposes
|
||||
#define private public
|
||||
|
||||
#include "input/EventNotifier.h"
|
||||
|
||||
using namespace Input;
|
||||
using namespace fakeit;
|
||||
|
||||
SCENARIO("The factory creates a InputDriver")
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user