37 lines
910 B
C++

// ======================================================================
// \title EmptyTester.cpp
// \author Generated by fpp-to-cpp
// \brief cpp file for Empty component test harness implementation class
// ======================================================================
#include "EmptyTester.hpp"
// ----------------------------------------------------------------------
// Construction and destruction
// ----------------------------------------------------------------------
EmptyTester ::
EmptyTester() :
EmptyGTestBase("EmptyTester", EmptyTester::MAX_HISTORY_SIZE),
component("Empty")
{
this->initComponents();
this->connectPorts();
}
EmptyTester ::
~EmptyTester()
{
}
// ----------------------------------------------------------------------
// Tests
// ----------------------------------------------------------------------
void EmptyTester ::
toDo()
{
// TODO
}