// ====================================================================== // \title Empty/test/ut/TesterHelpers.cpp // \author Auto-generated // \brief cpp file for Empty component test harness base class // // NOTE: this file was automatically generated // // ====================================================================== #include "Tester.hpp" // ---------------------------------------------------------------------- // Helper methods // ---------------------------------------------------------------------- void Tester ::connectPorts() {} void Tester ::initComponents() { this->init(); this->component.init(Tester::TEST_INSTANCE_ID); }