15 lines
310 B
C++
15 lines
310 B
C++
/*
|
|
* TestEventNotifier.cpp
|
|
*
|
|
* Created on: Jun 19, 2018
|
|
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
|
|
*/
|
|
|
|
|
|
#include "../catch.hpp"
|
|
#include "../fakeit.hpp"
|
|
#include "../../src/utilities/LoggerFactory.hpp"
|
|
|
|
// testing purposes
|
|
#define private public
|