Manager test class. More...
#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 <coil/Task.h>
#include <coil/DynamicLib.h>
#include <rtm/Manager.h>
#include <rtm/RTObject.h>
#include <rtm/ECFactory.h>
#include <rtm/PeriodicExecutionContext.h>
#include <rtm/ExtTrigExecutionContext.h>
#include <rtm/NamingManager.h>
#include <rtm/CdrRingBuffer.h>
#include <rtm/DefaultPeriodicTask.h>
#include <rtm/PeriodicTaskFactory.h>
#include <rtm/PublisherFlush.h>
#include <rtm/PublisherNew.h>
#include <rtm/PublisherPeriodic.h>
#include <rtm/InPortCorbaCdrProvider.h>
#include <rtm/InPortCorbaCdrConsumer.h>
#include <rtm/OutPortCorbaCdrConsumer.h>
#include <rtm/OutPortCorbaCdrProvider.h>
#include <rtm/PeriodicECSharedComposite.h>
Go to the source code of this file.
Classes | |
class | Tests::DataFlowComponentMock |
class | Tests::ManagerTests::InvokerMock |
class | Tests::Logger |
class | Tests::ManagerMock |
class | Tests::ManagerTestMock |
class | Tests::ManagerTests |
class | Tests::ModuleMock |
class | Tests::RTObjectMock |
Namespaces | |
namespace | Tests |
Defines | |
#define | ManagerTests_cpp |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (Tests::ManagerTests) | |
RTC::RtcBase * | Tests::CreateDataFlowComponentMock (RTC::Manager *manager) |
void | Tests::DeleteDataFlowComponentMock (RTC::RtcBase *rtc) |
void | Tests::shutdown_ORB (RTC::Manager *mgr) |
Manager test class.
Definition in file ManagerTests.cpp.
#define ManagerTests_cpp |
Definition at line 24 of file ManagerTests.cpp.