Public Member Functions | Private Member Functions | Private Attributes | List of all members
ManagerServant::ManagerServantTests Class Reference
Inheritance diagram for ManagerServant::ManagerServantTests:
Inheritance graph
[legend]

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
 

Detailed Description

Definition at line 66 of file ManagerServantTests.cpp.

Constructor & Destructor Documentation

ManagerServant::ManagerServantTests::ManagerServantTests ( )
inline

Constructor.

Definition at line 122 of file ManagerServantTests.cpp.

ManagerServant::ManagerServantTests::~ManagerServantTests ( )
inline

Destructor.

Definition at line 137 of file ManagerServantTests.cpp.

Member Function Documentation

ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_add_master_manager  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_add_slave_manager  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_get_loadable_modules  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_load_module  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_unload_modules  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_get_loaded_modules  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_get_factory_profiles  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_create_component  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_get_components  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_get_component_profiles  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_get_profile  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_get_configuration  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_set_configuration  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_fork  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_get_service  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_getObjRef  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST ( test_delete_component  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST_SUITE ( ManagerServantTests  )
private
ManagerServant::ManagerServantTests::CPPUNIT_TEST_SUITE_END ( )
private
bool ManagerServant::ManagerServantTests::isFound ( const ::RTM::ModuleProfileList *  list,
const std::string &  mod 
)
inlineprivate

Definition at line 101 of file ManagerServantTests.cpp.

virtual void ManagerServant::ManagerServantTests::setUp ( )
inlinevirtual

Test initialization.

Definition at line 144 of file ManagerServantTests.cpp.

virtual void ManagerServant::ManagerServantTests::tearDown ( )
inlinevirtual

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.

Member Data Documentation

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.


The documentation for this class was generated from the following file:


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Jun 10 2019 14:08:01