telemetry.test
index
telemetry/test.py

# Copyright (c) 2013 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.page.page_runner
telemetry.page.page_set
telemetry.page.page_test

 
Classes
       
__builtin__.object
Test

 
class Test(__builtin__.object)
    Base class for a Telemetry test or benchmark.
 
A test packages a PageTest/PageMeasurement and a PageSet together.
 
  Methods defined here:
CreatePageSet(self, options)
Get the page set this test will run on.
 
By default, it will create a page set from the file at this test's
page_set attribute. Override to generate a custom page set.
Run(self, options)
Run this test with the given options.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
enabled = True
options = {}