|
- Method resolution order:
- SharedAndroidState
- telemetry.story.shared_state.SharedState
- __builtin__.object
Methods defined here:
- CanRunStory(self, story)
- This does not apply to android app stories.
- DidRunStory(self, results)
- RunStory(self, results)
- TearDownState(self)
- Tear down anything created in the __init__ method that is not needed.
Currently, there is no clean-up needed from SharedAndroidState.__init__.
- WillRunStory(self, story)
- __init__(self, test, finder_options, story_set)
- This method is styled on unittest.TestCase.setUpClass.
Args:
test: a web_perf.TimelineBasedMeasurement instance.
options: a BrowserFinderOptions instance with command line options.
story_set: a story.StorySet instance.
Data descriptors defined here:
- app
- platform
Data descriptors inherited from telemetry.story.shared_state.SharedState:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|