Public Member Functions | |
ManagerServantTests () | |
Constructor. More... | |
virtual void | setUp () |
Test initialization. More... | |
virtual void | tearDown () |
Test finalization. More... | |
void | test_add_master_manager () |
tests for is_master(), createINSManager(), findManager(), add_master_manager(), get_master_managers(), remove_master_manager() More... | |
void | test_add_slave_manager () |
tests for add_slave_manager(), get_slave_managers(), remove_slave_manager() More... | |
void | test_create_component () |
void | test_delete_component () |
tests for delete_components() More... | |
void | test_fork () |
tests for fork() More... | |
void | test_get_component_profiles () |
tests for get_component_profiles() More... | |
void | test_get_components () |
tests for get_components() More... | |
void | test_get_configuration () |
tests for get_configuration() More... | |
void | test_get_factory_profiles () |
tests for get_factory_profiles() More... | |
void | test_get_loadable_modules () |
tests for get_loadable_modules() More... | |
void | test_get_loaded_modules () |
tests for get_loaded_modules() More... | |
void | test_get_profile () |
tests for get_profile() More... | |
void | test_get_service () |
tests for get_service() More... | |
void | test_getObjRef () |
tests for getObjRef() More... | |
void | test_load_module () |
tests for load_module() More... | |
void | test_restart () |
tests for restart() More... | |
void | test_set_configuration () |
tests for set_configuration() More... | |
void | test_shutdown () |
tests for shutdown() More... | |
void | test_unload_modules () |
tests for unload_modules() More... | |
~ManagerServantTests () | |
Destructor. More... | |
Private Member Functions | |
CPPUNIT_TEST (test_add_master_manager) | |
CPPUNIT_TEST (test_add_slave_manager) | |
CPPUNIT_TEST (test_get_loadable_modules) | |
CPPUNIT_TEST (test_load_module) | |
CPPUNIT_TEST (test_unload_modules) | |
CPPUNIT_TEST (test_get_loaded_modules) | |
CPPUNIT_TEST (test_get_factory_profiles) | |
CPPUNIT_TEST (test_create_component) | |
CPPUNIT_TEST (test_get_components) | |
CPPUNIT_TEST (test_get_component_profiles) | |
CPPUNIT_TEST (test_get_profile) | |
CPPUNIT_TEST (test_get_configuration) | |
CPPUNIT_TEST (test_set_configuration) | |
CPPUNIT_TEST (test_fork) | |
CPPUNIT_TEST (test_get_service) | |
CPPUNIT_TEST (test_getObjRef) | |
CPPUNIT_TEST (test_delete_component) | |
CPPUNIT_TEST_SUITE (ManagerServantTests) | |
CPPUNIT_TEST_SUITE_END () | |
bool | isFound (const ::RTM::ModuleProfileList *list, const std::string &mod) |
Private Attributes | |
RTM::Manager_ptr | m_objref |
CORBA::ORB_ptr | m_pORB |
PortableServer::POA_ptr | m_pPOA |
Definition at line 66 of file ManagerServantTests.cpp.
|
inline |
Constructor.
Definition at line 122 of file ManagerServantTests.cpp.
|
inline |
Destructor.
Definition at line 137 of file ManagerServantTests.cpp.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
inlineprivate |
Definition at line 101 of file ManagerServantTests.cpp.
|
inlinevirtual |
Test initialization.
Definition at line 144 of file ManagerServantTests.cpp.
|
inlinevirtual |
Test finalization.
Definition at line 151 of file ManagerServantTests.cpp.
|
inline |
tests for is_master(), createINSManager(), findManager(), add_master_manager(), get_master_managers(), remove_master_manager()
Definition at line 161 of file ManagerServantTests.cpp.
|
inline |
tests for add_slave_manager(), get_slave_managers(), remove_slave_manager()
Definition at line 224 of file ManagerServantTests.cpp.
|
inline |
Definition at line 595 of file ManagerServantTests.cpp.
|
inline |
tests for delete_components()
Definition at line 627 of file ManagerServantTests.cpp.
|
inline |
tests for fork()
Definition at line 1179 of file ManagerServantTests.cpp.
|
inline |
tests for get_component_profiles()
Definition at line 729 of file ManagerServantTests.cpp.
|
inline |
tests for get_components()
Definition at line 673 of file ManagerServantTests.cpp.
|
inline |
tests for get_configuration()
Definition at line 898 of file ManagerServantTests.cpp.
|
inline |
tests for get_factory_profiles()
Definition at line 461 of file ManagerServantTests.cpp.
|
inline |
tests for get_loadable_modules()
Definition at line 1100 of file ManagerServantTests.cpp.
|
inline |
tests for get_loaded_modules()
Definition at line 393 of file ManagerServantTests.cpp.
|
inline |
tests for get_profile()
Definition at line 820 of file ManagerServantTests.cpp.
|
inline |
tests for get_service()
Definition at line 1205 of file ManagerServantTests.cpp.
|
inline |
tests for getObjRef()
Definition at line 1219 of file ManagerServantTests.cpp.
|
inline |
tests for load_module()
Definition at line 282 of file ManagerServantTests.cpp.
|
inline |
tests for restart()
Definition at line 1192 of file ManagerServantTests.cpp.
|
inline |
tests for set_configuration()
Definition at line 1013 of file ManagerServantTests.cpp.
|
inline |
tests for shutdown()
Definition at line 1075 of file ManagerServantTests.cpp.
|
inline |
tests for unload_modules()
Definition at line 339 of file ManagerServantTests.cpp.
|
private |
Definition at line 96 of file ManagerServantTests.cpp.
|
private |
Definition at line 94 of file ManagerServantTests.cpp.
|
private |
Definition at line 95 of file ManagerServantTests.cpp.