Public Member Functions | |
def | setUp (self) |
def | tearDown (self) |
def | test_cleanupComponent (self) |
def test_shutdownORB(self): return More... | |
def | test_configureComponent (self) |
def | test_createComponent (self) |
def | 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 More... | |
def | test_createORBEndpointOption (self) |
def test_shutdownManager(self): return More... | |
def | test_formatString (self) |
def | test_getConfig (self) |
def | test_getFactoryProfiles (self) |
def | test_getLoadableModules (self) |
def | test_getLoadedModules (self) |
def | test_getLogbuf (self) |
def | test_getModulesFactories (self) |
def | test_getORB (self) |
def | test_getPOA (self) |
def | test_getPOAManager (self) |
def | test_init (self) |
def COMMENTtest_terminate(self): self.manager.activateManager() self.manager.runManager(True) self.manager.terminate() return More... | |
def | test_initComposite (self) |
def | test_initExecContext (self) |
def | test_initFactories (self) |
def | test_initLogger (self) |
def | test_initManager (self) |
def | test_initManagerServant (self) |
def | test_initNaming (self) |
def | test_initORB (self) |
def | test_instance (self) |
def | test_load_unload (self) |
def | test_notifyFinalized (self) |
def | test_procComponentArgs (self) |
def | test_procContextArgs (self) |
def | test_registerComponent (self) |
def | test_registerECFactory (self) |
def | test_registerFactory (self) |
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_Manager.TestManager.test_createORBEndpointOption | ( | self | ) |
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.
def test_Manager.TestManager.test_getModulesFactories | ( | self | ) |
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.
test_Manager.TestManager.manager |
Definition at line 79 of file test_Manager.py.