#include <cppunit/ui/text/TestRunner.h>
#include <cppunit/TextOutputter.h>
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/TestAssert.h>
#include <rtm/RTObject.h>
#include <rtm/Factory.h>
#include <rtm/Manager.h>
#include <coil/Properties.h>
Go to the source code of this file.
Classes | |
class | Tests::FactoryTests |
class | Tests::Logger |
class | Tests::RTObjectMock |
Namespaces | |
Tests | |
Macros | |
#define | Factory_cpp |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (Tests::FactoryTests) | |
RTC::RtcBase * | Tests::CreateRTObjectMock (RTC::Manager *manager) |
void | Tests::DeleteRTObjectMock (RTC::RtcBase *rtc) |
#define Factory_cpp |
Definition at line 39 of file rtm/tests/Factory/FactoryTests.cpp.
CPPUNIT_TEST_SUITE_REGISTRATION | ( | Tests::FactoryTests | ) |