Definition at line 255 of file ManagerTests.cpp.
Tests::ManagerTests::ManagerTests | ( | ) | [inline] |
Constructor.
Definition at line 364 of file ManagerTests.cpp.
virtual Tests::ManagerTests::~ManagerTests | ( | ) | [inline, virtual] |
Destructor.
Definition at line 371 of file ManagerTests.cpp.
bool Tests::ManagerTests::canResolve | ( | const char * | name_server, |
const char * | id, | ||
const char * | kind | ||
) | [inline, private] |
Definition at line 334 of file ManagerTests.cpp.
Tests::ManagerTests::CPPUNIT_TEST | ( | test_getLogLevel | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_getLoadedModules | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_getFactoryProfiles | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_createContext | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_init2 | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_initFactories | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_initComposite | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_procContextArgs | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_init_without_arguments | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_instance | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_instance_without_init | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_getConfig | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_setModuleInitProc | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_load | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_unload | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_unloadAll | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_registerFactory | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_registerECFactory | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_getModulesFactories | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_getLoadableModules | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST | ( | test_notifyFinalized | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST_SUITE | ( | ManagerTests | ) | [private] |
Tests::ManagerTests::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
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.
void Tests::ManagerTests::test_activateManager | ( | ) | [inline] |
Definition at line 571 of file ManagerTests.cpp.
void Tests::ManagerTests::test_bindExecutionContext | ( | ) | [inline] |
Definition at line 1192 of file ManagerTests.cpp.
void Tests::ManagerTests::test_cleanupComponent | ( | ) | [inline] |
cleanupComponent()メソッドのテスト
Definition at line 1119 of file ManagerTests.cpp.
void Tests::ManagerTests::test_createComponent_DataFlowComponent | ( | ) | [inline] |
createComponent()メソッドのテスト(DataFlowComponentの場合)
Definition at line 994 of file ManagerTests.cpp.
void Tests::ManagerTests::test_createComponent_failed_in_bindExecutionContext | ( | ) | [inline] |
Definition at line 1080 of file ManagerTests.cpp.
void Tests::ManagerTests::test_createComponent_Non_DataFlowComponent | ( | ) | [inline] |
Definition at line 1048 of file ManagerTests.cpp.
void Tests::ManagerTests::test_createComponent_with_illegal_module_name | ( | ) | [inline] |
createComponent()メソッドのテスト
Definition at line 1059 of file ManagerTests.cpp.
void Tests::ManagerTests::test_createContext | ( | ) | [inline] |
createContext()メソッドのテスト
Definition at line 1469 of file ManagerTests.cpp.
void Tests::ManagerTests::test_deleteComponent | ( | ) | [inline] |
void Tests::ManagerTests::test_getComponent | ( | ) | [inline] |
Definition at line 1197 of file ManagerTests.cpp.
void Tests::ManagerTests::test_getComponents | ( | ) | [inline] |
getComponents()メソッドのテスト
Definition at line 1208 of file ManagerTests.cpp.
void Tests::ManagerTests::test_getConfig | ( | ) | [inline] |
getConfig()メソッドのテスト
Definition at line 527 of file ManagerTests.cpp.
void Tests::ManagerTests::test_getFactoryProfiles | ( | ) | [inline] |
getFactoryProfiles()メソッドのテスト
Definition at line 1441 of file ManagerTests.cpp.
void Tests::ManagerTests::test_getLoadableModules | ( | ) | [inline] |
getLoadableModules()メソッドのテスト
Definition at line 867 of file ManagerTests.cpp.
void Tests::ManagerTests::test_getLoadedModules | ( | ) | [inline] |
getLoadedModules()メソッドのテスト
Definition at line 1401 of file ManagerTests.cpp.
void Tests::ManagerTests::test_getLogLevel | ( | ) | [inline] |
void Tests::ManagerTests::test_getModulesFactories | ( | ) | [inline] |
getModulesFactories()メソッドのテスト
Definition at line 962 of file ManagerTests.cpp.
void Tests::ManagerTests::test_getORB | ( | ) | [inline] |
Definition at line 1267 of file ManagerTests.cpp.
void Tests::ManagerTests::test_getPOA | ( | ) | [inline] |
Definition at line 1272 of file ManagerTests.cpp.
void Tests::ManagerTests::test_getPOAManager | ( | ) | [inline] |
Definition at line 1277 of file ManagerTests.cpp.
void Tests::ManagerTests::test_init2 | ( | ) | [inline] |
init()、shutdown()から呼ばれるprotected関数のテスト
Definition at line 1554 of file ManagerTests.cpp.
void Tests::ManagerTests::test_init_without_arguments | ( | ) | [inline] |
init()メソッドのテスト
Definition at line 412 of file ManagerTests.cpp.
void Tests::ManagerTests::test_initComposite | ( | ) | [inline] |
initComposite()メソッドのテスト
Definition at line 1331 of file ManagerTests.cpp.
void Tests::ManagerTests::test_initFactories | ( | ) | [inline] |
initFactories()メソッドのテスト
Definition at line 1287 of file ManagerTests.cpp.
void Tests::ManagerTests::test_instance | ( | ) | [inline] |
instance()メソッドのテスト
Definition at line 425 of file ManagerTests.cpp.
void Tests::ManagerTests::test_instance_without_init | ( | ) | [inline] |
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.
void Tests::ManagerTests::test_notifyFinalized | ( | ) | [inline] |
Definition at line 506 of file ManagerTests.cpp.
void Tests::ManagerTests::test_procContextArgs | ( | ) | [inline] |
procContextArgs()メソッドのテスト
Definition at line 1347 of file ManagerTests.cpp.
void Tests::ManagerTests::test_registerECFactory | ( | ) | [inline] |
void Tests::ManagerTests::test_registerFactory | ( | ) | [inline] |
void Tests::ManagerTests::test_runManager_block | ( | ) | [inline] |
runManager()メソッドのテスト(ブロッキングモード)
Definition at line 638 of file ManagerTests.cpp.
void Tests::ManagerTests::test_runManager_no_block | ( | ) | [inline] |
runManager()メソッドのテスト(非ブロッキングモード)
Definition at line 581 of file ManagerTests.cpp.
void Tests::ManagerTests::test_setModuleInitProc | ( | ) | [inline] |
setModuleInitProc()メソッドのテスト
Definition at line 549 of file ManagerTests.cpp.
void Tests::ManagerTests::test_shutdown | ( | ) | [inline] |
Definition at line 511 of file ManagerTests.cpp.
void Tests::ManagerTests::test_terminate_after_the_activation | ( | ) | [inline] |
terminate()メソッドのテスト
Definition at line 480 of file ManagerTests.cpp.
void Tests::ManagerTests::test_terminate_immediately_after_the_initialization | ( | ) | [inline] |
terminate()メソッドのテスト
Definition at line 454 of file ManagerTests.cpp.
void Tests::ManagerTests::test_unload | ( | ) | [inline] |
void Tests::ManagerTests::test_unloadAll | ( | ) | [inline] |
unloadAll()メソッドのテスト
Definition at line 806 of file ManagerTests.cpp.
void Tests::ManagerTests::test_unregisterComponent | ( | ) | [inline] |
Definition at line 1187 of file ManagerTests.cpp.
RTC::Manager* Tests::ManagerTests::m_mgr [private] |
Definition at line 308 of file ManagerTests.cpp.