26 lines
399 B
C++
26 lines
399 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.hpp"
|
|
|
|
|
|
// testing purposes
|
|
#define private public
|
|
|
|
#include "output/Solenoid.h"
|
|
|
|
using namespace Output;
|
|
using namespace fakeit;
|
|
|
|
SCENARIO("")
|
|
{
|
|
|
|
}
|