added tests

This commit is contained in:
Jonas Zeunert
2018-08-07 20:31:45 +02:00
parent 31d9a2b444
commit e90b1a1185
12 changed files with 254 additions and 13050 deletions

View 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 "output/Solenoid.h"
using namespace Output;
using namespace fakeit;
SCENARIO("")
{
}