Public Member Functions | |
def | setUp |
def | tearDown |
def | test_cleanupComponent |
def test_shutdownORB(self): return | |
def | test_configureComponent |
def | test_createComponent |
def | test_createContext |
def COMMENTtest_unregisterComponent(self): self.manager.activateManager() profile = OpenRTM_aist.Properties(defaults_str=testcomp_spec) self.manager.registerFactory(profile, TestComp, OpenRTM_aist.Delete) com = self.manager.createComponent("TestComp") self.assertEqual(self.manager.unregisterComponent(com),True) self.manager.shutdownComponents() return | |
def | test_createORBEndpointOption |
def test_shutdownManager(self): return | |
def | test_formatString |
def | test_getConfig |
def | test_getFactoryProfiles |
def | test_getLoadableModules |
def | test_getLoadedModules |
def | test_getLogbuf |
def | test_getModulesFactories |
def | test_getORB |
def | test_getPOA |
def | test_getPOAManager |
def | test_init |
def COMMENTtest_terminate(self): self.manager.activateManager() self.manager.runManager(True) self.manager.terminate() return | |
def | test_initComposite |
def | test_initExecContext |
def | test_initFactories |
def | test_initLogger |
def | test_initManager |
def | test_initManagerServant |
def | test_initNaming |
def | test_initORB |
def | test_instance |
def | test_load_unload |
def | test_notifyFinalized |
def | test_procComponentArgs |
def | test_procContextArgs |
def | test_registerComponent |
def | test_registerECFactory |
def | test_registerFactory |
Public Attributes | |
manager |
Definition at line 73 of file test_Manager.py.
def test_Manager.TestManager.setUp | ( | self | ) |
Definition at line 75 of file test_Manager.py.
def test_Manager.TestManager.tearDown | ( | self | ) |
Definition at line 81 of file test_Manager.py.
def test_Manager.TestManager.test_cleanupComponent | ( | self | ) |
def test_shutdownORB(self): return
def test_shutdownComponents(self): return
Definition at line 241 of file test_Manager.py.
def test_Manager.TestManager.test_configureComponent | ( | self | ) |
Definition at line 326 of file test_Manager.py.
def test_Manager.TestManager.test_createComponent | ( | self | ) |
Definition at line 152 of file test_Manager.py.
def test_Manager.TestManager.test_createContext | ( | self | ) |
def COMMENTtest_unregisterComponent(self): self.manager.activateManager() profile = OpenRTM_aist.Properties(defaults_str=testcomp_spec) self.manager.registerFactory(profile, TestComp, OpenRTM_aist.Delete) com = self.manager.createComponent("TestComp") self.assertEqual(self.manager.unregisterComponent(com),True) self.manager.shutdownComponents() return
Definition at line 201 of file test_Manager.py.
def test_shutdownManager(self): return
def test_shutdownOnNoRtcs(self): return
def test_createORBEndpoints(self): self.manager.activateManager() l=[] self.manager.createORBEndpoints(l) return
Definition at line 226 of file test_Manager.py.
def test_Manager.TestManager.test_formatString | ( | self | ) |
Definition at line 340 of file test_Manager.py.
def test_Manager.TestManager.test_getConfig | ( | self | ) |
Definition at line 351 of file test_Manager.py.
def test_Manager.TestManager.test_getFactoryProfiles | ( | self | ) |
Definition at line 136 of file test_Manager.py.
def test_Manager.TestManager.test_getLoadableModules | ( | self | ) |
Definition at line 122 of file test_Manager.py.
def test_Manager.TestManager.test_getLoadedModules | ( | self | ) |
Definition at line 117 of file test_Manager.py.
def test_Manager.TestManager.test_getLogbuf | ( | self | ) |
Definition at line 347 of file test_Manager.py.
Definition at line 148 of file test_Manager.py.
def test_Manager.TestManager.test_getORB | ( | self | ) |
Definition at line 166 of file test_Manager.py.
def test_Manager.TestManager.test_getPOA | ( | self | ) |
Definition at line 170 of file test_Manager.py.
def test_Manager.TestManager.test_getPOAManager | ( | self | ) |
Definition at line 174 of file test_Manager.py.
def test_Manager.TestManager.test_init | ( | self | ) |
def COMMENTtest_terminate(self): self.manager.activateManager() self.manager.runManager(True) self.manager.terminate() return
def COMMENTtest_shutdown(self): self.manager.activateManager() self.manager.runManager(True) time.sleep(0.1) self.manager.shutdown() #self.manager.runManager()
Definition at line 99 of file test_Manager.py.
def test_Manager.TestManager.test_initComposite | ( | self | ) |
Definition at line 294 of file test_Manager.py.
def test_Manager.TestManager.test_initExecContext | ( | self | ) |
Definition at line 290 of file test_Manager.py.
def test_Manager.TestManager.test_initFactories | ( | self | ) |
Definition at line 299 of file test_Manager.py.
def test_Manager.TestManager.test_initLogger | ( | self | ) |
Definition at line 273 of file test_Manager.py.
def test_Manager.TestManager.test_initManager | ( | self | ) |
Definition at line 268 of file test_Manager.py.
def test_Manager.TestManager.test_initManagerServant | ( | self | ) |
Definition at line 303 of file test_Manager.py.
def test_Manager.TestManager.test_initNaming | ( | self | ) |
Definition at line 284 of file test_Manager.py.
def test_Manager.TestManager.test_initORB | ( | self | ) |
Definition at line 278 of file test_Manager.py.
def test_Manager.TestManager.test_instance | ( | self | ) |
Definition at line 103 of file test_Manager.py.
def test_Manager.TestManager.test_load_unload | ( | self | ) |
Definition at line 108 of file test_Manager.py.
def test_Manager.TestManager.test_notifyFinalized | ( | self | ) |
Definition at line 255 of file test_Manager.py.
def test_Manager.TestManager.test_procComponentArgs | ( | self | ) |
Definition at line 308 of file test_Manager.py.
def test_Manager.TestManager.test_procContextArgs | ( | self | ) |
Definition at line 318 of file test_Manager.py.
def test_Manager.TestManager.test_registerComponent | ( | self | ) |
Definition at line 179 of file test_Manager.py.
def test_Manager.TestManager.test_registerECFactory | ( | self | ) |
Definition at line 140 of file test_Manager.py.
def test_Manager.TestManager.test_registerFactory | ( | self | ) |
Definition at line 128 of file test_Manager.py.
Definition at line 75 of file test_Manager.py.