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