Part of elisa.core.tests.test_manager View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
34 | Method | setUp | Undocumented |
45 | Method | tearDown | Undocumented |
50 | Method | test_component_start | test if start gets passed through correctly |
58 | Method | test_component_stop | test if stop gets passed through correctly |
67 | Method | test_load_components_empty_list | test the load_components method with an empty list |
82 | Method | test_load_components | test if the load_components method works as expected in the simple case |
96 | Method | test_load_componentss_with_a_wrong_provider | test if the chain of loading providers goes on, even one fails |
111 | Method | patch_application | Setup common.application, saving the old application object. |
138 | Method | unpatch_application | Restore the application object saved in patch_application(). |
145 | Method | test_register_unregister | just make sure that registering and unregistering works as expected |
167 | Method | test_unregister_of_noncomponent_fails | try to unregister a not registered component and make sure that it |
Inherited from ElisaTestCase:
Line # | Kind | Name | Docs |
---|---|---|---|
108 | Method | __init__ | Undocumented |
139 | Method | check_called | Undocumented |
125 | Method | _boot | Undocumented |
Setup common.application, saving the old application object.
Make common.application a generic object so we can set common.application.config and common.application.plugin_registry