Files
flippr-code/FlippR-Driver/tests/output/TestSound.cpp
2018-12-14 16:16:44 +01:00

28 lines
371 B
C++

/*
* TestSound.cpp
*
* Created on: Aug 7, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
*/
#include "catch.hpp"
#include "fakeit.hpp"
#include "utility/LoggerFactory.h"
// testing purposes
#define private public
#include "output/items/detail/Sound.h"
using namespace flippR_driver::output;
using namespace fakeit;
SCENARIO("")
{
}