added tests

This commit is contained in:
Jonas Zeunert
2018-08-07 20:31:45 +02:00
parent 31d9a2b444
commit e90b1a1185
12 changed files with 254 additions and 13050 deletions

View File

@@ -0,0 +1,27 @@
/*
* 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("")
{
}