26 lines
313 B
C++
26 lines
313 B
C++
/*
|
|
* TestLamp.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/Lamp.h"
|
|
|
|
using namespace flippR_driver::output;
|
|
using namespace fakeit;
|
|
|
|
SCENARIO("")
|
|
{
|
|
|
|
}
|