28 lines
306 B
C++
28 lines
306 B
C++
/*
|
|
* TestSound.cpp
|
|
*
|
|
* Created on: Aug 7, 2018
|
|
* Author: rhetenor
|
|
*/
|
|
|
|
#include "catch.hpp"
|
|
#include "fakeit.hpp"
|
|
|
|
#include "utilities/LoggerFactory.hpp"
|
|
|
|
|
|
// testing purposes
|
|
#define private public
|
|
|
|
#include "output/Sound.h"
|
|
|
|
using namespace output;
|
|
using namespace fakeit;
|
|
|
|
SCENARIO("")
|
|
{
|
|
|
|
}
|
|
|
|
|