OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MockCloudBucket
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/test/ispy/common/
mock_cloud_bucket.py
14
class
MockCloudBucket
(cloud_bucket.BaseCloudBucket):
18
"""Initializes the
MockCloudBucket
with its datastore.
21
An instance of
MockCloudBucket
.
26
"""Clears the
MockCloudBucket
's datastore."""
ispy_utils_unittest.py
20
self.bucket = mock_cloud_bucket.
MockCloudBucket
()
/external/chromium_org/chrome/test/ispy/
ispy_api_unittest.py
20
self.cloud_bucket = mock_cloud_bucket.
MockCloudBucket
()
Completed in 71 milliseconds