Part of libcloud.test.storage.test_google_storage View Source View In Hierarchy
Inherited from S3MockHttp:
Method | _UNAUTHORIZED | Undocumented |
Method | _DIFFERENT_REGION | Undocumented |
Method | _list_containers_EMPTY | Undocumented |
Method | _list_containers | Undocumented |
Method | _test_container_EMPTY | Undocumented |
Method | _test_container | Undocumented |
Method | _test_container_ITERATOR | Undocumented |
Method | _test2_test_list_containers | Undocumented |
Method | _new_container_INVALID_NAME | Undocumented |
Method | _new_container_ALREADY_EXISTS | Undocumented |
Method | _new_container | Undocumented |
Method | _new_container_DOESNT_EXIST | Undocumented |
Method | _new_container_NOT_EMPTY | Undocumented |
Method | _foo_bar_container | Undocumented |
Method | _foo_bar_container_NOT_FOUND | Undocumented |
Method | _foo_bar_container_foo_bar_object_NOT_FOUND | Undocumented |
Method | _foo_bar_container_foo_bar_object | Undocumented |
Inherited from StorageMockHttp (via S3MockHttp):
Method | putrequest | Undocumented |
Method | putheader | Undocumented |
Method | endheaders | Undocumented |
Method | send | Undocumented |
Inherited from MockHttp (via S3MockHttp, StorageMockHttp):
Method | __init__ | Undocumented |
Method | request | Undocumented |
Method | getresponse | Undocumented |
Method | connect | Can't think of anything to mock here. |
Method | close | Undocumented |
Method | _example | Return a simple message and header, regardless of input. |
Method | _example_fail | Undocumented |
Inherited from BaseMockHttpObject (via S3MockHttp, StorageMockHttp, MockHttp):
Method | _get_method_name | Undocumented |