telemetry.android.shared_android_state
index
telemetry/android/shared_android_state.py

# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

 
Modules
       
telemetry.internal.platform.android_device
telemetry.core.android_platform
telemetry.core.platform
telemetry.story
telemetry.web_perf.timeline_based_measurement

 
Classes
       
telemetry.story.shared_state.SharedState(__builtin__.object)
SharedAndroidState

 
class SharedAndroidState(telemetry.story.shared_state.SharedState)
    Manage test state/transitions across multiple android.AndroidStory's.
 
WARNING: the class is not ready for public consumption.
Email telemetry@chromium.org if you feel like you must use it.
 
 
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)