telemetry.testing.test_page_test_results
index
telemetry/testing/test_page_test_results.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.value.list_of_scalar_values
telemetry.page.page
telemetry.internal.results.page_test_results
telemetry.value.scalar

 
Classes
       
telemetry.internal.results.page_test_results.PageTestResults(__builtin__.object)
TestPageTestResults

 
class TestPageTestResults(telemetry.internal.results.page_test_results.PageTestResults)
    
Method resolution order:
TestPageTestResults
telemetry.internal.results.page_test_results.PageTestResults
__builtin__.object

Methods defined here:
AssertHasPageSpecificListOfScalarValues(self, name, units, expected_values)
AssertHasPageSpecificScalarValue(self, name, units, expected_value)
GetPageSpecificValueNamed(self, name)
__init__(self, test)
__str__(self)

Methods inherited from telemetry.internal.results.page_test_results.PageTestResults:
AddProfilingFile(self, page, file_handle)
AddSummaryValue(self, value)
AddValue(self, value)
CleanUp(self)
Clean up any TraceValues contained within this results object.
DidRunPage(self, page)
Args:
  page: The current page under test.
FindAllPageSpecificValuesFromIRNamed(self, tir_label, value_name)
FindAllPageSpecificValuesNamed(self, value_name)
FindAllTraceValues(self)
FindPageSpecificValuesForPage(self, page, value_name)
FindValues(self, predicate)
Finds all values matching the specified predicate.
 
Args:
  predicate: A function that takes a Value and returns a bool.
Returns:
  A list of values matching |predicate|.
PrintSummary(self)
UploadProfilingFilesToCloud(self, bucket)
UploadTraceFilesToCloud(self, bucket)
WillRunPage(self, page)
__copy__(self)
__enter__(self)
__exit__(self, _, __, ___)

Data descriptors inherited from telemetry.internal.results.page_test_results.PageTestResults:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
all_page_runs
all_page_specific_values
all_summary_values
current_page
current_page_run
failures
pages_that_failed
Returns the set of failed pages.
pages_that_succeeded
Returns the set of pages that succeeded.
pages_to_profiling_files
pages_to_profiling_files_cloud_url
serialized_trace_file_ids_to_paths
skipped_values