Part of elisa.core.tests.test_resource_manager View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
58 | Method | setUp | create the manager, create the test provider and register it |
77 | Method | test_register_unregister | Test that registering and unregistering a resource provider works as |
98 | Method | test_get_known_uri_without_context | Tests if all requests gets proxied to the given test component |
121 | Method | test_get_known_uri_with_models | Tests if all requests gets proxied to the given test component |
145 | Method | test_get_unknown_uri | test if the manager raises the NoMatchingResourceProvider Exception in |
153 | Method | test_nonexpresion_providers | test sure that a resource provider without supported uri or set to an |
188 | Method | test_broken_providers | be sure that registering fails on a ResourceProvider that has a |
203 | Method | test_malformed_parameters | be sure that the manager fails when you call it with bad data |
211 | Method | test_unregister_wrong_component | Trying to unregister a component, that is not registered is bad |
237 | Method | check_result | internal method to check if the given result is the expected one |
253 | Method | test_get_resource_provider_by_path | Test that the get_resource_provider_by_path method works as expected. |
Inherited from ElisaTestCase:
Line # | Kind | Name | Docs |
---|---|---|---|
108 | Method | __init__ | Undocumented |
125 | Method | _boot | Undocumented |
139 | Method | check_called | Undocumented |