Files
flippr-code/FlippR-Driver/tests/output/TestSound.cpp

28 lines
323 B
C++

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