Classes | Public Member Functions | Private Member Functions | Private Attributes
Tests::ManagerTests Class Reference

List of all members.

Classes

class  InvokerMock

Public Member Functions

 ManagerTests ()
 Constructor.
virtual void setUp ()
 Test initialization.
virtual void tearDown ()
 Test finalization.
void test_activateManager ()
void test_bindExecutionContext ()
void test_cleanupComponent ()
 cleanupComponent()�᥽�åɤΥƥ���
void test_createComponent_DataFlowComponent ()
 createComponent()�᥽�åɤΥƥ��ȡ�DataFlowComponent�ξ���
void test_createComponent_failed_in_bindExecutionContext ()
void test_createComponent_Non_DataFlowComponent ()
void test_createComponent_with_illegal_module_name ()
 createComponent()�᥽�åɤΥƥ���
void test_createContext ()
 createContext()�᥽�åɤΥƥ���
void test_deleteComponent ()
 deleteComponent()�᥽�åɤΥƥ���
void test_getComponent ()
void test_getComponents ()
 getComponents()�᥽�åɤΥƥ���
void test_getConfig ()
 getConfig()�᥽�åɤΥƥ���
void test_getFactoryProfiles ()
 getFactoryProfiles()�᥽�åɤΥƥ���
void test_getLoadableModules ()
 getLoadableModules()�᥽�åɤΥƥ���
void test_getLoadedModules ()
 getLoadedModules()�᥽�åɤΥƥ���
void test_getLogLevel ()
 getLogLevel()�᥽�åɤΥƥ���
void test_getModulesFactories ()
 getModulesFactories()�᥽�åɤΥƥ���
void test_getORB ()
void test_getPOA ()
void test_getPOAManager ()
void test_init2 ()
 init()��shutdown()����ƤФ��protected�ؿ��Υƥ���
void test_init_without_arguments ()
 init()�᥽�åɤΥƥ���
void test_initComposite ()
 initComposite()�᥽�åɤΥƥ���
void test_initFactories ()
 initFactories()�᥽�åɤΥƥ���
void test_instance ()
 instance()�᥽�åɤΥƥ���
void test_instance_without_init ()
 instance()�᥽�åɤΥƥ���
void test_join ()
void test_load ()
 load()�᥽�åɤΥƥ���
void test_notifyFinalized ()
void test_procContextArgs ()
 procContextArgs()�᥽�åɤΥƥ���
void test_registerECFactory ()
 registerECFactory()
void test_registerFactory ()
 registerFactory()�᥽�åɤΥƥ���
void test_runManager_block ()
 runManager()�᥽�åɤΥƥ��ȡʥ֥��å��󥰥⡼�ɡ�
void test_runManager_no_block ()
 runManager()�᥽�åɤΥƥ��ȡ���֥��å��󥰥⡼�ɡ�
void test_setModuleInitProc ()
 setModuleInitProc()�᥽�åɤΥƥ���
void test_shutdown ()
void test_terminate_after_the_activation ()
 terminate()�᥽�åɤΥƥ���
void test_terminate_immediately_after_the_initialization ()
 terminate()�᥽�åɤΥƥ���
void test_unload ()
 unload()�᥽�åɤΥƥ���
void test_unloadAll ()
 unloadAll()�᥽�åɤΥƥ���
void test_unregisterComponent ()
virtual ~ManagerTests ()
 Destructor.

Private Member Functions

bool canResolve (const char *name_server, const char *id, const char *kind)
 CPPUNIT_TEST (test_getLogLevel)
 CPPUNIT_TEST (test_getLoadedModules)
 CPPUNIT_TEST (test_getFactoryProfiles)
 CPPUNIT_TEST (test_createContext)
 CPPUNIT_TEST (test_init2)
 CPPUNIT_TEST (test_initFactories)
 CPPUNIT_TEST (test_initComposite)
 CPPUNIT_TEST (test_procContextArgs)
 CPPUNIT_TEST (test_init_without_arguments)
 CPPUNIT_TEST (test_instance)
 CPPUNIT_TEST (test_instance_without_init)
 CPPUNIT_TEST (test_getConfig)
 CPPUNIT_TEST (test_setModuleInitProc)
 CPPUNIT_TEST (test_load)
 CPPUNIT_TEST (test_unload)
 CPPUNIT_TEST (test_unloadAll)
 CPPUNIT_TEST (test_registerFactory)
 CPPUNIT_TEST (test_registerECFactory)
 CPPUNIT_TEST (test_getModulesFactories)
 CPPUNIT_TEST (test_getLoadableModules)
 CPPUNIT_TEST (test_notifyFinalized)
 CPPUNIT_TEST_SUITE (ManagerTests)
 CPPUNIT_TEST_SUITE_END ()
CosNaming::NamingContext_var getRootContext (const std::string &name_server)
bool isFound (const std::vector< std::string > &list, const std::string &target)

Private Attributes

RTC::Managerm_mgr

Detailed Description

Definition at line 255 of file ManagerTests.cpp.


Constructor & Destructor Documentation

Constructor.

Definition at line 364 of file ManagerTests.cpp.

virtual Tests::ManagerTests::~ManagerTests ( ) [inline, virtual]

Destructor.

Definition at line 371 of file ManagerTests.cpp.


Member Function Documentation

bool Tests::ManagerTests::canResolve ( const char *  name_server,
const char *  id,
const char *  kind 
) [inline, private]

Definition at line 334 of file ManagerTests.cpp.

CosNaming::NamingContext_var Tests::ManagerTests::getRootContext ( const std::string &  name_server) [inline, private]

Definition at line 317 of file ManagerTests.cpp.

bool Tests::ManagerTests::isFound ( const std::vector< std::string > &  list,
const std::string &  target 
) [inline, private]

Definition at line 312 of file ManagerTests.cpp.

virtual void Tests::ManagerTests::setUp ( ) [inline, virtual]

Test initialization.

Definition at line 378 of file ManagerTests.cpp.

virtual void Tests::ManagerTests::tearDown ( ) [inline, virtual]

Test finalization.

Definition at line 388 of file ManagerTests.cpp.

Definition at line 571 of file ManagerTests.cpp.

Definition at line 1192 of file ManagerTests.cpp.

cleanupComponent()�᥽�åɤΥƥ���

  • ��Ͽ��������ݡ��ͥ�Ȥ����͡��ॵ���ӥ�������������Ͽ�������뤫��
  • ��Ͽ��������ݡ��ͥ�Ȥ���Manager������������Ͽ�������뤫��

Definition at line 1119 of file ManagerTests.cpp.

createComponent()�᥽�åɤΥƥ��ȡ�DataFlowComponent�ξ���

  • ����������ݡ��ͥ�Ȥ������Ǥ��뤫��

Definition at line 994 of file ManagerTests.cpp.

Definition at line 1080 of file ManagerTests.cpp.

Definition at line 1048 of file ManagerTests.cpp.

createComponent()�᥽�åɤΥƥ���

  • ��Ͽ����Ƥ��ʤ��⥸�塼��̾����ꤷ�ƥ���ݡ��ͥ���������ߤơ��տޤɤ���NULL����뤫��
  • �⥸�塼��̾��NULL����ꤷ�ƥ���ݡ��ͥ���������ߤơ��տޤɤ���NULL����뤫��

Definition at line 1059 of file ManagerTests.cpp.

createContext()�᥽�åɤΥƥ���

  • ExecutionContextBase�������������Ǥ��뤫��

Definition at line 1469 of file ManagerTests.cpp.

deleteComponent()�᥽�åɤΥƥ���

  • RT����ݡ��ͥ�Ȥκ�����������Ǥ��뤫��

Definition at line 1501 of file ManagerTests.cpp.

Definition at line 1197 of file ManagerTests.cpp.

getComponents()�᥽�åɤΥƥ���

  • getComponents()�ǡ������������٤ƤΥ���ݡ��ͥ�Ȥ�����Ǥ��뤫��
  • ��Ͽ�����������ݡ��ͥ�Ȥ������������������������Ƥ��뤫��

Definition at line 1208 of file ManagerTests.cpp.

getConfig()�᥽�åɤΥƥ���

  • conf�ե�����ǻ��ꤷ���Ƽ������getConfig()���̤��������������Ǥ��뤫��

Definition at line 527 of file ManagerTests.cpp.

getFactoryProfiles()�᥽�åɤΥƥ���

  • RT����ݡ��ͥ���ѥե����ȥ��ꥹ�Ȥ������������Ǥ��뤫��

Definition at line 1441 of file ManagerTests.cpp.

getLoadableModules()�᥽�åɤΥƥ���

  • �����ɲ�ǽ�ʥ⥸�塼��ꥹ�Ȥ������������Ǥ��뤫��

Definition at line 867 of file ManagerTests.cpp.

getLoadedModules()�᥽�åɤΥƥ���

  • �����ɺѤߤΥ⥸�塼��ꥹ�Ȥ������������Ǥ��뤫��

Definition at line 1401 of file ManagerTests.cpp.

getLogLevel()�᥽�åɤΥƥ���

  • log_level���������ֵѤ���뤫��

Definition at line 1388 of file ManagerTests.cpp.

getModulesFactories()�᥽�åɤΥƥ���

  • ��Ͽ����Ƥ���Factory�Ρ�"implementation_id"�ץ��ѥƥ��Ρ˥ꥹ�Ȥ������������Ǥ��뤫��

Definition at line 962 of file ManagerTests.cpp.

Definition at line 1267 of file ManagerTests.cpp.

Definition at line 1272 of file ManagerTests.cpp.

Definition at line 1277 of file ManagerTests.cpp.

init()��shutdown()����ƤФ��protected�ؿ��Υƥ���

  • protected�ؿ���������ư��Ƥ��뤫��

Definition at line 1554 of file ManagerTests.cpp.

init()�᥽�åɤΥƥ���

  • ���ޥ�ɥ饤������ʤ���init()������˸ƽФ��ơ����󥹥��󥹤�����Ǥ��뤫��

Definition at line 412 of file ManagerTests.cpp.

initComposite()�᥽�åɤΥƥ���

  • init()�¹Ը塢initComposite()�μ¹Է�̤Ȥ���FactoryManager����������Ͽ����Ƥ��뤫��

Definition at line 1331 of file ManagerTests.cpp.

initFactories()�᥽�åɤΥƥ���

  • init()�¹Ը塢initFactories()�μ¹Է�̤Ȥ���FactoryMap����������Ͽ����Ƥ��뤫��

Definition at line 1287 of file ManagerTests.cpp.

instance()�᥽�åɤΥƥ���

  • instance()���̤��Ƽ����������󥹥��󥹤ϡ�init()�����������󥹥��󥹤�Ʊ�줫��

Definition at line 425 of file ManagerTests.cpp.

instance()�᥽�åɤΥƥ���

  • ������init()��ƽФ�����instance()��ƽФ�����硢����˥��󥹥��󥹤���������뤫��

Definition at line 443 of file ManagerTests.cpp.

void Tests::ManagerTests::test_join ( ) [inline]

Definition at line 516 of file ManagerTests.cpp.

void Tests::ManagerTests::test_load ( ) [inline]

load()�᥽�åɤΥƥ���

  • ���ꤷ���⥸�塼�������ɤ��ơ�����ν�����ؿ����������ƤӽФ���뤫��

Definition at line 727 of file ManagerTests.cpp.

Definition at line 506 of file ManagerTests.cpp.

procContextArgs()�᥽�åɤΥƥ���

  • ����ec_args�ˤ�������true��false���������ֵѤ���뤫��

Definition at line 1347 of file ManagerTests.cpp.

registerECFactory()

  • �����ECFactory����Ͽ�Ǥ��뤫��

Definition at line 935 of file ManagerTests.cpp.

registerFactory()�᥽�åɤΥƥ���

  • Factory���������Ͽ�Ǥ��뤫��

Definition at line 911 of file ManagerTests.cpp.

runManager()�᥽�åɤΥƥ��ȡʥ֥��å��󥰥⡼�ɡ�

  • POAManager�������ƥ��ֲ�����뤫��

Definition at line 638 of file ManagerTests.cpp.

runManager()�᥽�åɤΥƥ��ȡ���֥��å��󥰥⡼�ɡ�

  • POAManager�������ƥ��ֲ�����뤫��

Definition at line 581 of file ManagerTests.cpp.

setModuleInitProc()�᥽�åɤΥƥ���

  • �����ƥ��ֲ��ˤ�ꡢ���ꤷ��������ץ��������㤬�������ƤӽФ���뤫��

Definition at line 549 of file ManagerTests.cpp.

Definition at line 511 of file ManagerTests.cpp.

terminate()�᥽�åɤΥƥ���

  • active���θ��terminate()��ƽФ�������˽�λ�Ǥ��뤫��

Definition at line 480 of file ManagerTests.cpp.

terminate()�᥽�åɤΥƥ���

  • ������夹����terminate()��ƽФ�������˽�λ�Ǥ��뤫��

Definition at line 454 of file ManagerTests.cpp.

unload()�᥽�åɤΥƥ���

  • ���ä���load�����⥸�塼���������unload�Ǥ��뤫��

Definition at line 765 of file ManagerTests.cpp.

unloadAll()�᥽�åɤΥƥ���

  • unloadAll()�ˤ�ꡢ�����ɤ����⥸�塼�뤬���٤ƥ�������ɤ���뤫��

Definition at line 806 of file ManagerTests.cpp.

Definition at line 1187 of file ManagerTests.cpp.


Member Data Documentation

Definition at line 308 of file ManagerTests.cpp.


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


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Sat Jun 8 2019 18:49:16