refactored everything

This commit is contained in:
Johannes Wendel
2018-11-09 01:16:35 +01:00
parent c53b6af33e
commit 3ea37e4e53
70 changed files with 202 additions and 177 deletions

View File

@@ -0,0 +1,29 @@
/*
* TestCabinetItem.cpp
*
* Created on: Aug 7, 2018
* Author: rhetenor
*/
#include "catch.hpp"
#include "fakeit.hpp"
#include "utility/LoggerFactory.h"
// testing purposes
#define private public
#include "../../src/output/OutputItem.h"
using namespace flippR_driver::output;
using namespace fakeit;
SCENARIO("")
{
}