ORBManager 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/DynamicLib.h>
#include <doil/ORBManager.h>
#include "EchoImpl.h"
#include "IEcho.h"
#include "EchoCORBASkel.h"
#include "EchoIceSkel.h"
#include <doil/corba/CORBAManager.h>
#include <doil/ice/IceManager.h>
Go to the source code of this file.
Classes | |
class | ORBManager::ORBManagerTests |
Namespaces | |
namespace | ORBManager |
Defines | |
#define | ORBManager_cpp |
Typedefs | |
typedef void(* | ModuleInitFunc )(coil::Properties &) |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (ORBManager::ORBManagerTests) |
#define ORBManager_cpp |
Definition at line 18 of file ORBManagerTests.cpp.
typedef void(* ModuleInitFunc)(coil::Properties &) |
Definition at line 37 of file ORBManagerTests.cpp.