Part of elisa.plugins.daap.tests.test_daap_resource_provider View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
69 | Method | setUpClass | Undocumented |
76 | Method | test_playable_uris | do some setup and run the playable uris test from the common class |
97 | Method | test_request_creates_connection | test whether doing a request for a new server really creates a new |
121 | Method | test_login | test whether doing a request with and without password works proper |
147 | Method | test_no_login_data | test whether no password is passed through, if not specified |
164 | Method | test_relogin_login_failed | test that it tries to login again when the login failed |
192 | Method | test_no_relogin_login_worked | test that it tries to login again when the login worked |
221 | Method | test_models | test that we get the right model for the right uri |
Inherited from GenericSetup (via CommonResourceTester):
Line # | Kind | Name | Docs |
---|---|---|---|
37 | Method | setUp | Undocumented |
47 | Method | tearDown | Undocumented |
Inherited from UriRegExpTester (via CommonResourceTester):
Line # | Kind | Name | Docs |
---|---|---|---|
60 | Method | test_working_uris | test that the uri expression matches the given working uris |
71 | Method | test_compile_regexp | test that the uri expression can be compiled |
77 | Method | test_failing_uris | test that the uri expression does not match the given failing uris |